Updated package.json to use the symlinked jasmine binary
Signed-off-by: Alexander Mays <maysale01@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
"jasmine": "^2.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "TESTING=1 jasmine"
|
||||
"test": "TESTING=1 ./node_modules/.bin/jasmine"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.1"
|
||||
|
||||
Reference in New Issue
Block a user