From 6857442474213a445574cf9c0cb32cf3d21bc9c6 Mon Sep 17 00:00:00 2001 From: jbavari Date: Tue, 6 Oct 2015 16:58:36 -0600 Subject: [PATCH] chore(npm): Update task for npm test to be karma for us npm tards --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd0e3ebd48..a987eed05d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/driftyco/ionic2.git" }, "scripts": { - "test": "gulp tests", + "test": "gulp karma", "link": "npm install && gulp src && npm link" }, "dependencies": {