Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8da3aef

Browse files
committed
chore(node): update karma to 2.0.0
Also reduce karma log level on Travis to INFO. Before, the log level was DEBUG, but it seems that prior to karma 2.0.0, the debug messages were not outoput on Karma, so this simply restores the status quo (and prevents cluttering the log).
1 parent 8988157 commit 8da3aef

File tree

3 files changed

+1447
-358
lines changed

3 files changed

+1447
-358
lines changed

karma-shared.conf.js

-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ module.exports = function(config, specificOptions) {
181181
if (process.env.TRAVIS) {
182182
var buildLabel = 'TRAVIS #' + process.env.TRAVIS_BUILD_NUMBER + ' (' + process.env.TRAVIS_BUILD_ID + ')';
183183

184-
config.logLevel = config.LOG_DEBUG;
185184
// Karma (with socket.io 1.x) buffers by 50 and 50 tests can take a long time on IEs;-)
186185
config.browserNoActivityTimeout = 120000;
187186

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"jasmine-node": "^2.0.0",
6262
"jasmine-reporters": "^2.2.0",
6363
"jquery": "^3.2.1",
64-
"karma": "^1.7.0",
64+
"karma": "^2.0.0",
6565
"karma-browserstack-launcher": "^1.2.0",
6666
"karma-chrome-launcher": "^2.1.1",
6767
"karma-firefox-launcher": "^1.0.1",

0 commit comments

Comments
 (0)