Commit 4337ae1
committed
fix(test): override moduleResolution for ts-jest compatibility
The base tsconfig uses moduleResolution: "bundler" which is
incompatible with ts-jest's direct compilation. Override to "node"
in tsconfig.test.json so all 85 test suites pass.1 parent 298645a commit 4337ae1
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments