mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-23 22:33:57 +08:00
running tests sequentially
This commit is contained in:
parent
8ec307c837
commit
b813dd5aa0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"watch": "tsc --build --watch",
|
||||
"clean": "tsc --build --clean",
|
||||
"start": "npm run build && node ./build/server.js",
|
||||
"test": "jest --verbose --collect-coverage",
|
||||
"test": "jest --verbose --collect-coverage --runInBand",
|
||||
"dev": "ts-node-dev ./src/server.ts -- --inspect --transpileOnly"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in a new issue