Browse Source

[e2e] allow jest to run in parallel (#850)

remotes/origin/feat/support-install-latest
Gal Schlezinger 2 years ago committed by GitHub
parent
commit
ecf9d52c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
"packageManager": "pnpm@7.13.2",
"license": "GPLv3",
"scripts": {
"test": "jest --runInBand",
"test": "jest",
"version:prepare": "changeset version && ./.ci/prepare-version.js",
"generate-command-docs": "./.ci/print-command-docs.js"
},

Loading…
Cancel
Save