Updated package.json to use the symlinked jasmine binary

Signed-off-by: Alexander Mays <maysale01@gmail.com>
This commit is contained in:
Alexander Mays
2016-02-02 10:12:25 -05:00
parent 477a091f88
commit fa66ac551f

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"