We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5aedd1 commit dc984afCopy full SHA for dc984af
packages/internal-test-utils/consoleMock.js
@@ -15,8 +15,6 @@ const unexpectedErrorCallStacks = [];
15
const unexpectedWarnCallStacks = [];
16
const unexpectedLogCallStacks = [];
17
18
-// TODO: Consider consolidating this with `yieldValue`. In both cases, tests
19
-// should not be allowed to exit without asserting on the entire log.
20
const patchConsoleMethod = (methodName, unexpectedConsoleCallStacks) => {
21
const newMethod = function (format, ...args) {
22
// Ignore uncaught errors reported by jsdom
0 commit comments