Skip to content

Commit

Permalink
fix: run tests in band
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Feb 14, 2024
1 parent bb94ab9 commit 9c76f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/postgrest-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"license": "MIT",
"scripts": {
"build": "tsup",
"test": "jest --coverage",
"test": "jest --coverage --runInBand",
"clean": "rm -rf .turbo && rm -rf lint-results && rm -rf .nyc_output && rm -rf node_modules && rm -rf dist",
"lint": "eslint src/**",
"lint:report": "eslint {src/**,__tests__/**} --format json --output-file ./lint-results/postgrest-react-query.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"scripts": {
"build": "tsup",
"test": "jest --coverage",
"test": "jest --coverage --runInBand",
"clean": "rm -rf .turbo && rm -rf lint-results && rm -rf .nyc_output && rm -rf node_modules && rm -rf dist",
"lint": "eslint src/**",
"lint:report": "eslint {src/**,__tests__/**} --format json --output-file ./lint-results/postgrest-swr.json",
Expand Down

0 comments on commit 9c76f6a

Please sign in to comment.