Remove redundant type checking of tests

Change-type: patch
This commit is contained in:
Pagan Gazzard 2020-02-06 18:19:48 +00:00 committed by Balena CI
parent 83c5684491
commit 85aaf77e44

View File

@ -51,7 +51,7 @@
"package": "npm run build:fast && npm run build:standalone && npm run build:installer",
"release": "ts-node --transpile-only -P automation/tsconfig.json automation/run.ts release",
"pretest": "npm run build",
"test": "mocha --timeout 6000 -r ts-node/register \"tests/**/*.spec.ts\"",
"test": "mocha --timeout 6000 -r ts-node/register/transpile-only \"tests/**/*.spec.ts\"",
"test:fast": "npm run build:fast && npm run test",
"catch-uncommitted": "ts-node --transpile-only -P automation/tsconfig.json automation/run.ts catch-uncommitted",
"ci": "npm run test && catch-uncommitted",