Skip to content

Commit dc5f7b2

Browse files
committedJan 19, 2020
Updated package.json scripts
1 parent e3d1fa6 commit dc5f7b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"LICENSE"
1313
],
1414
"scripts": {
15-
"test": "npm run eslint && jest",
15+
"test": "npm run eslint && npm run jest",
16+
"jest": "jest",
1617
"eslint": "eslint index.js 'src/**/*.js' 'bin/*.js'",
1718
"prepublishOnly": "npm run test"
1819
},

0 commit comments

Comments
 (0)
Please sign in to comment.