Skip to content

Commit

Permalink
test(base-karma.conf.js): set captureconsole to true
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jan 12, 2022
1 parent 39486c7 commit d74cfcc
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: false,
captureConsole: true,
//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 d74cfcc

Please sign in to comment.