Skip to content

Commit 4d9a2c4

Browse files
committed
Make npm run-script jest available
This is slightly shorter than typing `./node_modules/.bin/jest`.
1 parent 4176783 commit 4d9a2c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"version": 4
7676
},
7777
"scripts": {
78-
"test": "./node_modules/.bin/grunt test"
78+
"test": "./node_modules/.bin/grunt test",
79+
"jest": "jest"
7980
},
8081
"jest": {
8182
"rootDir": "src",

0 commit comments

Comments
 (0)