Skip to content

Commit

Permalink
Drop unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Sep 20, 2024
1 parent 3ca8da3 commit 308e652
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/report.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { page } from "@vitest/browser/context";
import { afterEach, beforeEach, describe, expect, test } from "vitest";
import { afterEach, beforeEach, describe, test } from "vitest";
import { renderClusterTable, renderStructureTable } from "./report.js";

let root: HTMLElement;
Expand Down

0 comments on commit 308e652

Please sign in to comment.