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:
Fosco Marotto
2016-02-02 11:47:59 -08:00

View File

@@ -25,7 +25,7 @@
"jasmine": "^2.3.2"
},
"scripts": {
"test": "TESTING=1 jasmine"
"test": "TESTING=1 ./node_modules/.bin/jasmine"
},
"engines": {
"node": ">=4.1"