We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b80baf commit c78842aCopy full SHA for c78842a
package.json
@@ -11,7 +11,10 @@
11
"prepare": "husky",
12
"format": "prettier --write \"src/**/*.ts\"",
13
"lint": "eslint --ignore-pattern .gitignore {integration,src}/**/*.ts",
14
- "test": "jest"
+ "test": "jest",
15
+ "test:watch": "jest --watch",
16
+ "test:cov": "jest --coverage",
17
+ "test:ci": "jest --ci --passWithNoTests --coverage"
18
},
19
"main": "./dist/index.js",
20
"types": "./dist/index.d.ts",
0 commit comments