Skip to content

Commit

Permalink
fix: run tests in band
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Nov 17, 2023
1 parent a1c6f22 commit deac0fe
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 @@ -9,7 +9,7 @@
"build": "rimraf ./dist && tsc --project tsconfig.build.json",
"start": "node dist/src/index.js",
"start-ts": "ts-node ./src/index.ts",
"test": "jest",
"test": "jest --runInBand",
"migrate": "ts-node node_modules/.bin/node-pg-migrate -j ts",
"lint:eslint": "eslint . --ext .js,.jsx,.ts,.tsx -f unix",
"lint:prettier": "prettier --check src/**/*.ts tests/**/*.ts migrations/**/*.ts",
Expand Down

0 comments on commit deac0fe

Please sign in to comment.