We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04a707 commit e1a9a6dCopy full SHA for e1a9a6d
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"cleanup": "shx rm -rf dist/",
8
"test:watch": "yarn test --watch",
9
- "test": "jest",
+ "test": "jest --runInBand",
10
"test:all": "yarn test && yarn test:env && yarn test:playgrounds && yarn test:e2e",
11
"test:env": "yarn build && yarn test:env:browser && yarn test:env:nodejs && yarn test:env:esm && yarn test:env:ts",
12
"test:env:browser": "yarn --cwd tests/env/express && yarn --cwd tests/env/express test",
0 commit comments