Skip to content

Commit 044fb52

Browse files
committed
Merge pull request #180 from maysale01/hotfix-use-symlinked-jasmine-binary-instead-of-global
Updated package.json to use the symlinked jasmine binary
2 parents 477a091 + fa66ac5 commit 044fb52

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)