Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lino-levan committed Aug 12, 2023
1 parent 84bbdec commit d7dde63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/navigate_test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { launch } from "../mod.ts";

Deno.test("General navigation", async (t) => {
Deno.test("General navigation", async () => {
// Launch browser
const browser = await launch();

Expand Down

0 comments on commit d7dde63

Please sign in to comment.