summaryrefslogtreecommitdiffstats
path: root/js/karma.conf.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/karma.conf.js')
-rw-r--r--js/karma.conf.js12
1 files changed, 8 insertions, 4 deletions
diff --git a/js/karma.conf.js b/js/karma.conf.js
index d16be2dad..24e6f3a83 100644
--- a/js/karma.conf.js
+++ b/js/karma.conf.js
@@ -6,7 +6,8 @@ module.exports = function (config) {
config.set({
- // base path that will be used to resolve all patterns (eg. files, exclude)
+ // base path that will be used to resolve all patterns
+ // (eg. files, exclude)
basePath: '',
@@ -64,16 +65,19 @@ module.exports = function (config) {
// level of logging
- // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
+ // possible values: config.LOG_DISABLE || config.LOG_ERROR ||
+ // config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
logLevel: config.LOG_INFO,
- // enable / disable watching file and executing tests whenever any file changes
+ // enable / disable watching file and executing tests whenever any
+ // file changes
autoWatch: false,
// start these browsers
- // available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
+ // available browser launchers:
+ // https://npmjs.org/browse/keyword/karma-launcher
browsers: ['Firefox'],