Commit 667c0d7
committed
fix(parser): Make test script Windows-compatible
- Change test script from 'node --test test/*.test.js' to 'node --test test/parser.test.js'
- Windows doesn't expand glob patterns in the same way as Unix
- Explicitly specify the test file to avoid cross-platform issues1 parent d4cc832 commit 667c0d7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments