mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
test: Fix test script.
This commit is contained in:
parent
d9f18f813e
commit
13061e35b9
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user