From f0017a32fddafa0c8dad1c68f8cba988a78dc834 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 13 Dec 2013 13:54:15 -0600 Subject: [PATCH] Changing test run to phantom --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 12868d72ea..072366e401 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,11 @@ "load-grunt-tasks": "~0.2.0" }, "scripts": { - "test": "./node_modules/.bin/karma start ionic.conf.js --single-run --browsers Firefox" + "test": "./node_modules/.bin/karma start ionic.conf.js --single-run --browsers PhantomJS" }, "licenses": [ { "type": "MIT" } ] -} \ No newline at end of file +}