Skip to content

Commit 3dfeee7

Browse files
committed
Merge pull request #141 from rndstr/fix/pass-glob-in-quotes-to-mocha
Fixed some spec files being ignored
2 parents a5ae9d7 + e864d45 commit 3dfeee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:html": "babel-node tools/buildHtml.js",
1717
"prebuild": "npm run clean-dist && npm run build:html && npm run lint && npm run test",
1818
"build": "babel-node tools/build.js && npm run open:dist",
19-
"test": "mocha tools/testSetup.js src/**/*.spec.js --reporter progress",
19+
"test": "mocha tools/testSetup.js \"src/**/*.spec.js\" --reporter progress",
2020
"test:watch": "npm run test -- --watch"
2121
},
2222
"author": "Cory House",

0 commit comments

Comments
 (0)