Commit 2e63e62
committed
Refactor test framework integration and update package dependencies
- Removed Mocha as a test runner and replaced it with Pyxpecto for JavaScript and Python Fable compilers.
- Updated package.json to reflect the removal of Mocha and adjusted test scripts to use Node directly.
- Added conditional compilation directives to support Pyxpecto across different Fable compilers.
- Cleaned up test files by removing unnecessary Mocha references and ensuring compatibility with Pyxpecto.
- Introduced ignore tests for AsyncResultOption under specific compiler conditions.1 parent ff0e62e commit 2e63e62
File tree
35 files changed
+148
-1360
lines changed- .config
- src/FsToolkit.ErrorHandling
- tests
- FsToolkit.ErrorHandling.AsyncSeq.Tests
- FsToolkit.ErrorHandling.Tests
35 files changed
+148
-1360
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 5 | | |
13 | | - | |
| 6 | + | |
14 | 7 | | |
15 | 8 | | |
16 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | | - | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
0 commit comments