Skip to content

Commit

Permalink
chore: remove jest worker limit (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Dec 13, 2023
1 parent 7e75eed commit 91bfbf9
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 @@ -25,7 +25,7 @@
"test:lint:jsx": "eslint ./packages/server/src/ui ./packages/viewer/src/ui",
"test:lint:tests": "eslint ./packages/*/test",
"test:docker": "bash scripts/test-docker.sh",
"test:unit": "jest --maxWorkers=2"
"test:unit": "jest"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.17.2",
Expand Down

0 comments on commit 91bfbf9

Please sign in to comment.