| commit | c0cf4bf117113bab90f86b9726ab67d5e34cd7d3 | [log] [tgz] |
|---|---|---|
| author | Olivier Chafik <[email protected]> | Mon Feb 08 17:57:40 2016 |
| committer | Olivier Chafik <[email protected]> | Mon Feb 08 17:57:40 2016 |
| tree | 807c713f49f8f4f96bf4fc3dbc0d29068f20a1c2 | |
| parent | 35c1823a9d4e41b108e3aae95a743af122e6ce57 [diff] |
Configure karma to only log warnings & above
diff --git a/karma.conf.js b/karma.conf.js index 3ddcb0a..26712a6 100644 --- a/karma.conf.js +++ b/karma.conf.js
@@ -64,7 +64,7 @@ // level of logging // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG - logLevel: config.LOG_INFO, + logLevel: config.LOG_WARN, // enable / disable watching file and executing tests whenever any file changes autoWatch: true,