Skip to content

Commit 0df6e6c

Browse files
committed
For testing: Print debug information
1 parent 50ea529 commit 0df6e6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,7 @@ module.exports = (config) => {
128128
// concurrency. Stability is compared to speed more important.
129129
config.concurrency = 1;
130130
config.browsers = platformMap[platform][target.toLowerCase()];
131+
132+
config.logLevel = config.LOG_DEBUG;
131133
}
132134
};

0 commit comments

Comments
 (0)