summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.coffee
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-07 16:14:24 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-07 16:14:24 +0200
commitc745c824235315fd36dce9a1421b6b1268edbd4d (patch)
tree3fd87e83bccf598f1e0d836f0a7c09568de2c3df /js/Gruntfile.coffee
parentc1adf7d39ddf068f93c22083ab4b9ea0e092ea51 (diff)
update karma test runner to fix build
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']