Skip to content

Commit 3003652

Browse files
author
Brent Vatne
committed
Use local node_modules path for Jest
1 parent 78a8a0d commit 3003652

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
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"start": "./node_modules/.bin/gulp",
12-
"test": "jest"
12+
"test": "./node_modules/.bin/jest"
1313
},
1414
"keywords": [
1515
"react",

0 commit comments

Comments
 (0)