Skip to content

Commit 18cd4a8

Browse files
committed
fix(ci): remove quotes from test glob for Node.js v20 compatibility
1 parent dec0fa6 commit 18cd4a8

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
@@ -38,7 +38,7 @@
3838
"start": "CLIMEM=8999 node -r climem ./examples/example",
3939
"test": "npm run test:unit && npm run test:typescript",
4040
"test:typescript": "tsd",
41-
"test:unit": "c8 --100 node --test 'test/*.test.js'"
41+
"test:unit": "c8 --100 node --test test/*.test.js"
4242
},
4343
"repository": {
4444
"type": "git",

0 commit comments

Comments
 (0)