From 4940d72e08219d954b98f0047065845c24f89247 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 23 Jun 2015 23:54:45 +0200 Subject: [PATCH] chore: Fix npm test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0986f5..aea1bcb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A Karma plugin. Launcher for Chrome and Chrome Canary.", "main": "index.js", "scripts": { - "test": "./node_modules/.bin/jasmine-node test" + "test": "grunt test" }, "repository": { "type": "git",