We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6ac20 commit 7bf9b57Copy full SHA for 7bf9b57
package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"lint": "jshint *.js lib/*.js test/src/*.js test/src/*/*.js",
8
"es6": "babel test/src --out-dir test/specs",
9
+ "es6-watch": "babel test/src --out-dir test/specs --watch",
10
"unit": "npm run es6 && mocha --recursive test/specs",
11
"cover": "npm run lint && istanbul cover _mocha --report lcovonly -- --timeout 10000 --recursive test/specs && istanbul-coveralls",
12
"test": "npm run lint && npm run unit"
0 commit comments