summaryrefslogtreecommitdiffstats
path: root/js/karma.conf.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 17:08:04 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 17:08:04 +0200
commitb4c8934dd3975ba8e5031ecf2f43a2432b7d375f (patch)
tree238cdc745df1929fc6e8c79934f749b8272a4a38 /js/karma.conf.js
parent7d5da5d6029bfe541c404e69307dc51ac568a13a (diff)
fix line lengths and indention
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'],