Commit 80185a8
committed
Use node --test with no args for cross-platform compatibility
Node's built-in test runner auto-discovers **/*.test.{js,mjs,cjs} files
without relying on shell glob expansion. This works on macOS, Linux, and
Windows (cmd.exe and PowerShell don't expand globs).1 parent f91eb26 commit 80185a8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments