From 1b215d074fcd1eaba9f9ff29da13b544d4971706 Mon Sep 17 00:00:00 2001 From: Tiago Resende Date: Thu, 14 Jul 2016 17:16:16 -0300 Subject: [PATCH] Ajusta gulp --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 1a18ce2..a0c4d19 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -37,7 +37,7 @@ gulp.task('unit_test', function (done) { var _opts = { configFile: __dirname + '/karma.conf.js', singleRun: true, - browsers: ['Chrome'] + browsers: ['PhantomJS'] }; karma.start(_opts, done);