Commit d4fd557
committed
fix: restore original test suite and fix ts-node compatibility
- Restored CI to run original test suite (not my place to disable it)
- Removed test/package.json that was causing module resolution conflicts
- Downgraded ts-node to original version (10.8.1) for compatibility
- Added ts-node 'files: true' flag for better Node.js compatibility
- Original tests should work on Node.js 16 in CI environment
- ESM import fix and comprehensive test suite remain intact
The core ESM issue #158 is resolved - this addresses test suite compatibility.1 parent 542ec22 commit d4fd557
File tree
5 files changed
+7
-11
lines changed- .github/workflows
- test
- tsconfig
5 files changed
+7
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments