Skip to content

Commit

Permalink
perf(test): add runInBand option for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentJouanne committed Oct 24, 2021
1 parent 34eace9 commit 66062c4
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 @@ -6,7 +6,7 @@
"scripts": {
"build": "nest build api-gateway",
"start": "nest start api-gateway",
"test:unit": "jest --config ./jest-unit.json --coverage",
"test:unit": "jest --config ./jest-unit.json --coverage --runInBand",
"test:inte": "yarn prisma:migrate && jest --config ./jest-integration.json --runInBand",
"test:e2e": "yarn prisma:migrate && jest --config ./jest-e2e.json --runInBand --forceExit",
"docker:up": "docker-compose up -d",
Expand Down

0 comments on commit 66062c4

Please sign in to comment.