Skip to content

Commit 84e3561

Browse files
committed
Merge pull request #2600 from zpao/npm-test
Use jest for `npm test`
2 parents aee73cc + 3ce88d7 commit 84e3561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"version": 4
6969
},
7070
"scripts": {
71-
"test": "./node_modules/.bin/grunt test",
71+
"test": "jest",
7272
"jest": "jest"
7373
},
7474
"jest": {

0 commit comments

Comments
 (0)