From 4c732924e08b52265c6f1d49e5a570e4e6750687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Thu, 13 May 2021 17:31:04 +0800 Subject: [PATCH] test: add debug log (to be reverted) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f02ab8a52..23411299a7 100644 --- a/package.json +++ b/package.json @@ -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",