Skip to content

Commit

Permalink
test: add debug log (to be reverted)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed May 13, 2021
1 parent b7569a6 commit 4c73292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"pretest": "linklocal",
"posttest": "eslint .",
"mocha": "cross-env BABEL_ENV=test nyc -s mocha",
"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",
"test": "npm run tests-only",
"test-compiled": "npm run prepublish && BABEL_ENV=testCompiled mocha --compilers js:babel-register tests/src",
"test-all": "node --require babel-register ./scripts/testAll",
Expand Down

0 comments on commit 4c73292

Please sign in to comment.