From fe486da549f69e50b0bd59433969eb4213663515 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 22 May 2014 00:05:44 +0200 Subject: try to use firefox to run js unittests --- js/Gruntfile.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'js/Gruntfile.js') diff --git a/js/Gruntfile.js b/js/Gruntfile.js index e40900f5a..844461e1f 100644 --- a/js/Gruntfile.js +++ b/js/Gruntfile.js @@ -134,16 +134,6 @@ module.exports = function (grunt) { continuous: { configFile: 'karma.conf.js', singleRun: true, - browsers: ['PhantomJS'], - preprocessors: { - 'build/app.js': 'coverage' - }, - coverageReporter: { - type: 'lcovonly', - dir: 'coverage/', - file: 'coverage.lcov' - }, - reporters: ['coverage'] } }, phpunit: { -- cgit v1.2.3