set tests to run sequentially

This commit is contained in:
2025-03-31 20:19:57 -07:00
parent 372ecba952
commit 9efd1d9289

View File

@@ -9,7 +9,7 @@
"start:dev": "npm run build:dev && node ./dist/index.js", "start:dev": "npm run build:dev && node ./dist/index.js",
"start": "npm run build && node ./dist/index.js", "start": "npm run build && node ./dist/index.js",
"generate": "graphql-codegen --config codegen.ts", "generate": "graphql-codegen --config codegen.ts",
"test": "npm run build:dev && jest" "test": "npm run build:dev && jest --runInBand"
}, },
"devDependencies": { "devDependencies": {
"@graphql-codegen/cli": "5.0.3", "@graphql-codegen/cli": "5.0.3",