We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b055c49 commit fc4b3ebCopy full SHA for fc4b3eb
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/integration/**/*.test.js\"",
+ "test": "nyc mocha \"test/commands/**/*.test.js\" \"test/helpers/**/*.test.js\" \"test/fixtures/**/*.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