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.
2 parents a5ae9d7 + e864d45 commit 3dfeee7Copy full SHA for 3dfeee7
package.json
@@ -16,7 +16,7 @@
16
"build:html": "babel-node tools/buildHtml.js",
17
"prebuild": "npm run clean-dist && npm run build:html && npm run lint && npm run test",
18
"build": "babel-node tools/build.js && npm run open:dist",
19
- "test": "mocha tools/testSetup.js src/**/*.spec.js --reporter progress",
+ "test": "mocha tools/testSetup.js \"src/**/*.spec.js\" --reporter progress",
20
"test:watch": "npm run test -- --watch"
21
},
22
"author": "Cory House",
0 commit comments