Skip to content

Commit 6b37680

Browse files
committed
fix: use find for cross-platform test glob expansion
1 parent 91f41b3 commit 6b37680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"start": "node src/cli.js",
11-
"test": "node --test src/**/*.test.js",
11+
"test": "find src -name '*.test.js' -exec node --test {} +",
1212
"lint": "eslint src/",
1313
"prepublishOnly": "npm test"
1414
},

0 commit comments

Comments
 (0)