Skip to content

Commit

Permalink
[e2e] allow jest to run in parallel (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz authored Nov 16, 2022
1 parent bedb955 commit ecf9d52
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 @@ -7,7 +7,7 @@
"packageManager": "[email protected]",
"license": "GPLv3",
"scripts": {
"test": "jest --runInBand",
"test": "jest",
"version:prepare": "changeset version && ./.ci/prepare-version.js",
"generate-command-docs": "./.ci/print-command-docs.js"
},
Expand Down

0 comments on commit ecf9d52

Please sign in to comment.