summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/Gruntfile.coffee')
-rw-r--r--js/Gruntfile.coffee4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Gruntfile.coffee b/js/Gruntfile.coffee
index c76c34152..2e44d0c2c 100644
--- a/js/Gruntfile.coffee
+++ b/js/Gruntfile.coffee
@@ -101,9 +101,7 @@ module.exports = (grunt) ->
configFile: 'config/karma.js'
singleRun: true
browsers: ['PhantomJS']
- reporters: ['progress', 'junit']
- junitReporter:
- outputFile: 'test-results.xml'
+ reporters: ['progress']
unit_phantom:
configFile: 'config/karma.js'
browsers: ['PhantomJS']