Skip to content

Commit ca3134c

Browse files
lint
1 parent 8043893 commit ca3134c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/fresh/tests/head_test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ Deno.test({
173173

174174
await waitFor(async () => {
175175
const title = await page.evaluate(() => document.title);
176+
// deno-lint-ignore no-console
176177
console.log({ title });
177178
return title === "Count: 1";
178179
});

0 commit comments

Comments
 (0)