From d6fb7280c84f18fc4afc47094914905d103e0d72 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 26 Aug 2014 16:41:12 -0300 Subject: [PATCH] fix browser to firefox --- test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run.sh b/test/run.sh index 86e1e9879..c13caa84d 100644 --- a/test/run.sh +++ b/test/run.sh @@ -2,4 +2,4 @@ node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && \ cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && \ - ./node_modules/karma/bin/karma start --single-run + ./node_modules/karma/bin/karma start --browsers Firefox --single-run