summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 71f2fea30..f82b86bb1 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -135,7 +135,8 @@ module.exports = function (grunt) {
dir: '../tests'
},
options: {
- colors: true
+ colors: true,
+ configuration: '../phpunit.xml'
}
},
protractor_webdriver: {