We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9730a3d commit 294599bCopy full SHA for 294599b
package.json
@@ -40,7 +40,7 @@
40
"lint": "standard \"*.js\" \"!(node_modules|lib)/!(*test-zlib*|index).js\"",
41
"pretest": "npm run build",
42
"test": "npm run test:node && npm run test:browser",
43
- "test:node": "exec-glob node test/test-*",
+ "test:node": "node node_modules/exec-glob node \"test/test-*\"",
44
"pretest:browser": "node test/build",
45
"test:browser": "karma start --single-run=true karma.conf.js"
46
},
0 commit comments