We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e84ee9 commit ec02335Copy full SHA for ec02335
1 file changed
package.json
@@ -15,7 +15,11 @@
15
"prepare": "npm run build",
16
"build": "npm run build:tsc && npm run build:rollup",
17
"build:tsc": "tsc",
18
- "build:rollup": "rollup -c"
+ "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"
23
},
24
"repository": {
25
"type": "git",
0 commit comments