Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit 4938c7e

Browse files
kingsleyzissouwtrocki
authored andcommitted
chore: run coverage tests serially
1 parent 85c53c6 commit 4938c7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"buildProd": "tsc --build",
1313
"watch": "tsc --watch --incremental",
1414
"clean": "rimraf dist coverage tsconfig.tsbuildinfo",
15-
"coverage": "jest --coverage",
15+
"coverage": "jest --runInBand --coverage",
1616
"lint": "eslint --ext js,ts,tsx src",
1717
"reset": "rimraf tsconfig.tsbuildinfo dist node_modules",
1818
"release:prep": "./scripts/prepareRelease.sh",

0 commit comments

Comments
 (0)