Skip to content

Commit 21ef947

Browse files
committed
Add ValueOption tests for fable
1 parent 9ae2429 commit 21ef947

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

tests/FsToolkit.ErrorHandling.Tests/ValueOption.fs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ open TestData
1818
open TestHelpers
1919
open FsToolkit.ErrorHandling
2020

21-
#if !FABLE_COMPILER
2221

2322
let traverseResultTests =
2423
testList "ValueOption.traverseResult Tests" [
@@ -193,7 +192,3 @@ let allTests =
193192
eitherTests
194193
ofPairTests
195194
]
196-
#else
197-
198-
let allTests = testList "ValueOption Tests" []
199-
#endif

tests/FsToolkit.ErrorHandling.Tests/ValueOptionCE.fs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ let makeDisposable () =
2323
member this.Dispose() = ()
2424
}
2525

26-
27-
#if !FABLE_COMPILER
2826
// type 'a option = | ValueSome of 'a | None
2927

3028
let ceTests =
@@ -366,6 +364,3 @@ let allTests =
366364
ceTests
367365
``ValueOptionCE inference checks``
368366
]
369-
#else
370-
let allTests = testList "ValueOption CE tests" []
371-
#endif

0 commit comments

Comments
 (0)