Skip to content

Commit 146b693

Browse files
committed
DROP: jest --runInBand
1 parent 8697f4f commit 146b693

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
@@ -10,7 +10,7 @@
1010
"link:yarn": "lerna run --stream --concurrency 1 link:yarn",
1111
"lint": "lerna run --stream --concurrency 1 lint",
1212
"lint:json": "lerna run --stream --concurrency 1 lint:tslint:json",
13-
"test": "lerna run --stream --concurrency 1 --sort --scope @sentry/apm test -- --detectOpenHandles",
13+
"test": "lerna run --stream --concurrency 1 --sort --scope @sentry/apm test -- --runInBand --detectOpenHandles",
1414
"codecov": "codecov"
1515
},
1616
"volta": {

0 commit comments

Comments
 (0)