Skip to content

Commit

Permalink
perf(test): speeeed up testing
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Dec 19, 2015
1 parent f26895d commit f611001
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
"lib"
],
"scripts": {
"test": "mocha --require './guess' test/**/*.js && mocha --require './test_loader/espower-traceur-loader' test/**/*.js && mocha test/issues/17 --compilers es6:./guess && mocha test/issues/24 --compilers js:./guess --timeout 15000"
"test:guess": "mocha --require './guess' test/**/*.js",
"test:loader": "mocha --require './test_loader/espower-traceur-loader' test/**/*.js",
"test:extension": "mocha test/issues/17 --compilers es6:./guess",
"test:gulp": "mocha test/issues/24 --compilers js:./guess --timeout 15000",
"test": "npm-run-all --parallel test:*"
},
"directories": {
"test": "test/"
Expand All @@ -48,6 +52,7 @@
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.1.0",
"npm-run-all": "^1.4.0",
"power-assert": "^1.1.0"
}
}

0 comments on commit f611001

Please sign in to comment.