Skip to content

Commit c78842a

Browse files
committed
ci: add unit tests
1 parent 6b80baf commit c78842a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"prepare": "husky",
1212
"format": "prettier --write \"src/**/*.ts\"",
1313
"lint": "eslint --ignore-pattern .gitignore {integration,src}/**/*.ts",
14-
"test": "jest"
14+
"test": "jest",
15+
"test:watch": "jest --watch",
16+
"test:cov": "jest --coverage",
17+
"test:ci": "jest --ci --passWithNoTests --coverage"
1518
},
1619
"main": "./dist/index.js",
1720
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)