Skip to content

Commit 0e32682

Browse files
committed
Add runInBand (thx Colin)
1 parent 16b3770 commit 0e32682

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
@@ -31,7 +31,7 @@
3131
"postbuild:rust-debug": "neon dist < cargo.log",
3232
"postcross-build": "neon dist -m /target < cross.log",
3333
"release": "run-s build changeset:publish",
34-
"test": "jest",
34+
"test": "jest --runInBand",
3535
"test:watch": "jest --watch --runInBand --detectOpenHandles --forceExit"
3636
},
3737
"author": "Colin Murphy <[email protected]>",

0 commit comments

Comments
 (0)