We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38ce51d + e7225a3 commit 3cc03a8Copy full SHA for 3cc03a8
package.json
@@ -37,6 +37,7 @@
37
},
38
"scripts": {
39
"test": "node_modules/mocha/bin/_mocha --reporter spec",
40
+ "regression-test": "node_modules/mocha/bin/_mocha --reporter spec --timeout 4000 regression/*",
41
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha"
42
43
"license": "Apache 2"
0 commit comments