Commit 66e8eb7
committed
fix(ci): use portable test glob (test/*.test.js)
node --test on the runner's non-globstar sh never expanded
test/**/*.test.js, so CI reported 'Could not find'. All test files are
flat in test/, so a single * is correct and portable. Pre-existing
fragility surfaced by adding CI.
Co-Authored-By: jjohare <github@thedreamlab.uk>1 parent fdab878 commit 66e8eb7
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