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

Commit 1a25326

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 cb862aa commit 1a25326

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
@@ -169,7 +169,6 @@ module.exports = function(config, specificOptions) {
169169
if (process.env.TRAVIS) {
170170
var buildLabel = 'TRAVIS #' + process.env.TRAVIS_BUILD_NUMBER + ' (' + process.env.TRAVIS_BUILD_ID + ')';
171171

172-
config.logLevel = config.LOG_DEBUG;
173172
// Karma (with socket.io 1.x) buffers by 50 and 50 tests can take a long time on IEs;-)
174173
config.browserNoActivityTimeout = 120000;
175174

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)