Skip to content

Commit

Permalink
test(base-karma.conf.js): disable captureConsole
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jan 12, 2022
1 parent c886cc5 commit 5dd55fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base-karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = {

client: {
//capture all console output and pipe it to the terminal, true is default
captureConsole: true,
captureConsole: false,
//if true, Karma clears the context window upon the completion of running the tests, true is default
clearContext: false,
//run the tests on the same window as the client, without using iframe or a new window, false is default
Expand Down

0 comments on commit 5dd55fa

Please sign in to comment.