Try to fix Code tests

This commit is contained in:
Laurențiu Nicola 2021-12-01 12:22:34 +02:00
parent 2d0db312b5
commit a59c1a0af0

View File

@ -32,7 +32,7 @@
"watch": "npm run build-base -- --sourcemap --watch",
"lint": "tsfmt --verify && eslint -c .eslintrc.js --ext ts ./src ./tests",
"fix": " tsfmt -r && eslint -c .eslintrc.js --ext ts ./src ./tests --fix",
"pretest": "tsc --noEmit && npm run build",
"pretest": "tsc && npm run build",
"test": "node ./out/tests/runTests.js"
},
"dependencies": {