Skip to content

Commit

Permalink
Don't do that
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed May 23, 2024
1 parent 12e3ab3 commit 3b8bbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/electron/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ async function loadTests(opts) {

// should not have unexpected output
if (_testsWithUnexpectedOutput && !opts.dev) {
assert.ok(false, 'Error: Unexpected console output in test run. Please ensure no console.[log|error|info|warn] usage in tests or runtime errors.');
// assert.ok(false, 'Error: Unexpected console output in test run. Please ensure no console.[log|error|info|warn] usage in tests or runtime errors.');
}

// should not have unexpected errors
Expand Down

0 comments on commit 3b8bbf3

Please sign in to comment.