Skip to content

Commit e1a9a6d

Browse files
committed
Run tests in band
1 parent b04a707 commit e1a9a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"cleanup": "shx rm -rf dist/",
88
"test:watch": "yarn test --watch",
9-
"test": "jest",
9+
"test": "jest --runInBand",
1010
"test:all": "yarn test && yarn test:env && yarn test:playgrounds && yarn test:e2e",
1111
"test:env": "yarn build && yarn test:env:browser && yarn test:env:nodejs && yarn test:env:esm && yarn test:env:ts",
1212
"test:env:browser": "yarn --cwd tests/env/express && yarn --cwd tests/env/express test",

0 commit comments

Comments
 (0)