Skip to content

Commit

Permalink
test: force exit jest in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrdlt committed Aug 20, 2024
1 parent c12ef59 commit b9ca95d
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 @@ -21,7 +21,7 @@
"test:watch": "npm run test -- --watch",
"test:cov": "npm run test -- --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "npm run test -- --runInBand --config ./test/e2e/jest-e2e.json",
"test:e2e": "npm run test -- --runInBand --config ./test/e2e/jest-e2e.json --forceExit",
"db": "docker compose up",
"db:deploy": "docker compose up -d",
"db:remove": "docker compose down -v",
Expand Down

0 comments on commit b9ca95d

Please sign in to comment.