Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed May 23, 2024
1 parent 4a54b83 commit 82d684a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_utils.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
default as puppeteer,
Page,
type Page,
} from "https://deno.land/x/[email protected]/mod.ts";
import { CSS, render, RenderOptions } from "../mod.ts";
import { CSS, render, type RenderOptions } from "../mod.ts";

type TestCase = {
markdown: string;
Expand Down

0 comments on commit 82d684a

Please sign in to comment.