test: Fix test script.

This commit is contained in:
Ruben Verborgh 2020-12-17 21:16:10 +01:00
parent d9f18f813e
commit 13061e35b9

View File

@ -50,7 +50,7 @@
"lint": "eslint . --cache",
"prepare": "npm run build",
"start": "node ./bin/server.js -p 3000",
"test": "npm run test:tsc && npm run jest",
"test": "npm run test:ts && npm run jest",
"test:deploy": "test/deploy/validate-package.sh",
"test:ts": "tsc -p test --noEmit",
"test:integration": "jest --coverageThreshold '{}' test/integration",