We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b465a commit ae36a76Copy full SHA for ae36a76
tests/FsToolkit.ErrorHandling.Tests/Main.fs
@@ -4,10 +4,9 @@ module FsToolkit.ErrorHandling.Tests
4
open Fable.Mocha
5
#else
6
open Expecto
7
-#endif
8
-
9
//needed for `dotnet test` to work
10
[<Tests>]
+#endif
11
let allTests =
12
testList "All Tests" [
13
ResultTests.allTests
@@ -32,7 +31,6 @@ let allTests =
32
31
ValueOptionCETests.allTests
33
]
34
35
36
[<EntryPoint>]
37
let main argv =
38
#if FABLE_COMPILER
0 commit comments