From fa66ac551f4a3828356492a6c48cde4b6afa7061 Mon Sep 17 00:00:00 2001 From: Alexander Mays Date: Tue, 2 Feb 2016 10:12:25 -0500 Subject: [PATCH] Updated package.json to use the symlinked jasmine binary Signed-off-by: Alexander Mays --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abdcbca8..62c6aec7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "jasmine": "^2.3.2" }, "scripts": { - "test": "TESTING=1 jasmine" + "test": "TESTING=1 ./node_modules/.bin/jasmine" }, "engines": { "node": ">=4.1"