mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-16 23:40:32 +00:00
set tests to run sequentially
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"start:dev": "npm run build:dev && node ./dist/index.js",
|
||||
"start": "npm run build && node ./dist/index.js",
|
||||
"generate": "graphql-codegen --config codegen.ts",
|
||||
"test": "npm run build:dev && jest"
|
||||
"test": "npm run build:dev && jest --runInBand"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "5.0.3",
|
||||
|
||||
Reference in New Issue
Block a user