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 50a038c commit 16f034bCopy full SHA for 16f034b
test/bundler/jest-dom-utils.ts
@@ -78,7 +78,7 @@ export function setupDomTests(document: Document): DomTestUtilities {
78
}
79
};
80
waitForDidLoad(window.document.documentElement);
81
- await Promise.all(promises).catch(() => undefined);
+ await Promise.all(promises).catch((e) => console.error(e));
82
83
84
return { setupDom, tearDownDom };
0 commit comments