Skip to content

Commit 16f034b

Browse files
gnbmjohnjenkins
andauthored
Update test/bundler/jest-dom-utils.ts
Co-authored-by: John Jenkins <[email protected]>
1 parent 50a038c commit 16f034b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bundler/jest-dom-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function setupDomTests(document: Document): DomTestUtilities {
7878
}
7979
};
8080
waitForDidLoad(window.document.documentElement);
81-
await Promise.all(promises).catch(() => undefined);
81+
await Promise.all(promises).catch((e) => console.error(e));
8282
}
8383

8484
return { setupDom, tearDownDom };

0 commit comments

Comments
 (0)