Skip to content

Commit fa66ac5

Browse files
author
Alexander Mays
committed
Updated package.json to use the symlinked jasmine binary
Signed-off-by: Alexander Mays <[email protected]>
1 parent 477a091 commit fa66ac5

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
@@ -25,7 +25,7 @@
2525
"jasmine": "^2.3.2"
2626
},
2727
"scripts": {
28-
"test": "TESTING=1 jasmine"
28+
"test": "TESTING=1 ./node_modules/.bin/jasmine"
2929
},
3030
"engines": {
3131
"node": ">=4.1"

0 commit comments

Comments
 (0)