From a12024d38061fdb38498cfe44b814279bc767049 Mon Sep 17 00:00:00 2001 From: johnjbarton Date: Fri, 9 Aug 2019 16:31:35 -0700 Subject: [PATCH] fix(build): run eslint on npm test (#237) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00db703..f1ae0d8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A Karma plugin - adapter for Jasmine testing framework.", "main": "lib/index.js", "scripts": { - "test": "grunt test" + "test": "grunt" }, "repository": { "type": "git",