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 16b3770 commit 0e32682Copy full SHA for 0e32682
package.json
@@ -31,7 +31,7 @@
31
"postbuild:rust-debug": "neon dist < cargo.log",
32
"postcross-build": "neon dist -m /target < cross.log",
33
"release": "run-s build changeset:publish",
34
- "test": "jest",
+ "test": "jest --runInBand",
35
"test:watch": "jest --watch --runInBand --detectOpenHandles --forceExit"
36
},
37
"author": "Colin Murphy <[email protected]>",
0 commit comments