Skip to content

Commit 82d684a

Browse files
committed
chore: lint
1 parent 4a54b83 commit 82d684a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_utils.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import {
22
default as puppeteer,
3-
Page,
3+
type Page,
44
} from "https://deno.land/x/[email protected]/mod.ts";
5-
import { CSS, render, RenderOptions } from "../mod.ts";
5+
import { CSS, render, type RenderOptions } from "../mod.ts";
66

77
type TestCase = {
88
markdown: string;

0 commit comments

Comments
 (0)