Skip to content

Commit 89ec8ca

Browse files
committed
test: add debug log (to be reverted)
1 parent b7569a6 commit 89ec8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pretest": "linklocal",
2727
"posttest": "eslint .",
2828
"mocha": "cross-env BABEL_ENV=test nyc -s mocha",
29-
"tests-only": "npm run mocha tests/src",
29+
"tests-only": "node -v && npm -v && eslint -v && npm ls eslint espree acorn || npm run mocha tests/src",
3030
"test": "npm run tests-only",
3131
"test-compiled": "npm run prepublish && BABEL_ENV=testCompiled mocha --compilers js:babel-register tests/src",
3232
"test-all": "node --require babel-register ./scripts/testAll",

0 commit comments

Comments
 (0)