summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 00:05:44 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 00:05:44 +0200
commitfe486da549f69e50b0bd59433969eb4213663515 (patch)
treefba76cd2e93f4fc2515231daa96fea4adfc4b9b1 /js/Gruntfile.js
parent6c09a9d37e27f80af94909af4da4a823c278d2db (diff)
try to use firefox to run js unittests
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js10
1 files changed, 0 insertions, 10 deletions
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: {