Skip to content

Commit

Permalink
fix: --runInBand
Browse files Browse the repository at this point in the history
  • Loading branch information
mateopresacastro committed Nov 7, 2024
1 parent 2f3adcc commit 04ed1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"db:format": "npx prisma format",
"db:seed": "npx prisma db seed",
"db:push": "npx prisma db push",
"test": "docker compose up -d --remove-orphans && npm run db:push && npx jest --detectOpenHandles --forceExit"
"test": "docker compose up -d --remove-orphans && npm run db:push && npx jest --detectOpenHandles --forceExit --runInBand"
},
"prisma": {
"schema": "lib/db/schema.prisma",
Expand Down

0 comments on commit 04ed1d4

Please sign in to comment.