Skip to content

Commit 8b87487

Browse files
more debug test logs
1 parent 4b079a7 commit 8b87487

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_utils.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ export async function withBrowser(fn: (page: Page) => void | Promise<void>) {
8787
await fn(page);
8888
} catch (err) {
8989
const raw = await page.content();
90+
// deno-lint-ignore no-console
91+
console.log(raw);
9092
const doc = parseHtml(raw);
9193
const html = prettyDom(doc);
9294
// deno-lint-ignore no-console

0 commit comments

Comments
 (0)