Skip to content

Commit 6dae15b

Browse files
author
Alexander Ivantsov
committed
Add test npm script
1 parent 40c2ad6 commit 6dae15b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"scripts": {
1010
"prepublish": "npm run clean && npm run lint && npm test && npm run build",
1111
"clean": "rimraf lib",
12+
"test": "jest",
1213
"test:watch": "jest --watch",
1314
"test:coverage": "jest --coverage && codecov",
1415
"lint": "eslint index.js tests",

0 commit comments

Comments
 (0)