Skip to content

Commit ec02335

Browse files
committed
[script]: added test script w coverage;
1 parent 6e84ee9 commit ec02335

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
"prepare": "npm run build",
1616
"build": "npm run build:tsc && npm run build:rollup",
1717
"build:tsc": "tsc",
18-
"build:rollup": "rollup -c"
18+
"build:rollup": "rollup -c",
19+
"test": "jest --runInBand --detectOpenHandles",
20+
"test:watch": "jest --watchAll --runInBand --detectOpenHandles",
21+
"test:coverage": "jest --coverage --runInBand --detectOpenHandles",
22+
"test:coverage:watch": "jest --coverage --watchAll --runInBand --detectOpenHandles"
1923
},
2024
"repository": {
2125
"type": "git",

0 commit comments

Comments
 (0)