diff --git a/package.json b/package.json index 9ee704a..c582671 100644 --- a/package.json +++ b/package.json @@ -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",