We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4b3eb commit efddd23Copy full SHA for efddd23
package.json
@@ -142,7 +142,7 @@
142
}
143
},
144
"scripts": {
145
- "test": "nyc mocha \"test/commands/**/*.test.js\" \"test/helpers/**/*.test.js\" \"test/fixtures/**/*.test.js\"",
+ "test": "nyc mocha --recursive \"test/commands\" \"test/helpers\" \"test/fixtures\" --extension \".test.js\"",
146
"test:integration": "mocha \"test/integration/__tests__/**/*.test.js\" --timeout 180000",
147
"posttest": "npm run lint",
148
"lint": "eslint --fix ./src ./test",
0 commit comments