Commit 5f13557
fix(test): use jest.js directly for Windows compatibility
node_modules/.bin/jest is a bash script that fails on Windows.
Use node_modules/jest/bin/jest.js directly.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0a2c1ef commit 5f13557
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments