Skip to content

Commit

Permalink
build: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Oct 9, 2022
1 parent fe840e8 commit d9cd8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/verify.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test, assert, expect } from "vitest";
import { test, assert } from "vitest";
import micro from "micro";
import listen from "test-listen";
import got from "got";
Expand Down

0 comments on commit d9cd8db

Please sign in to comment.