We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7569a6 commit 89ec8caCopy full SHA for 89ec8ca
package.json
@@ -26,7 +26,7 @@
26
"pretest": "linklocal",
27
"posttest": "eslint .",
28
"mocha": "cross-env BABEL_ENV=test nyc -s mocha",
29
- "tests-only": "npm run mocha tests/src",
+ "tests-only": "node -v && npm -v && eslint -v && npm ls eslint espree acorn || npm run mocha tests/src",
30
"test": "npm run tests-only",
31
"test-compiled": "npm run prepublish && BABEL_ENV=testCompiled mocha --compilers js:babel-register tests/src",
32
"test-all": "node --require babel-register ./scripts/testAll",
0 commit comments