Merge pull request #180 from maysale01/hotfix-use-symlinked-jasmine-binary-instead-of-global
Updated package.json to use the symlinked jasmine binary
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