From 6478f2ad1972756b2f7e034a8774ca1fc9aec31d Mon Sep 17 00:00:00 2001 From: Kevin F Date: Thu, 6 Feb 2025 16:00:31 +0100 Subject: [PATCH] fix "shared" name change in Client.Tests --- .gitignore | 1 + tests/Client/Client.Tests.fs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c7019d3c..409d1de3 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ release.sh */**/fable_modules */**/*.fs.ts dist/ +output/ *storybook.log storybook-static/ diff --git a/tests/Client/Client.Tests.fs b/tests/Client/Client.Tests.fs index f8299e25..619d500d 100644 --- a/tests/Client/Client.Tests.fs +++ b/tests/Client/Client.Tests.fs @@ -14,7 +14,7 @@ let all = testList "All" [ #if FABLE_COMPILER // This preprocessor directive makes editor happy - Shared.Tests.shared + Swate.Components.Shared.Tests.shared #endif OfficeAddIn.AnnotationTable.Successful.Main client