Skip to content

Commit

Permalink
remove fable from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ratsclub committed Nov 14, 2023
1 parent e062068 commit 5304fd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
module TaskValidationTests

#if FABLE_COMPILER_PYTHON
open Fable.Pyxpecto
#endif
#if FABLE_COMPILER_JAVASCRIPT
open Fable.Mocha
#endif
#if !FABLE_COMPILER

open Expecto
#endif

open SampleDomain
open TestData
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
module TaskValidationCETests


#if FABLE_COMPILER_PYTHON
open Fable.Pyxpecto
#endif
#if FABLE_COMPILER_JAVASCRIPT
open Fable.Mocha
#endif
#if !FABLE_COMPILER
open Expecto
#endif

open TestHelpers
open FsToolkit.ErrorHandling
Expand Down

0 comments on commit 5304fd0

Please sign in to comment.