Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Nov 18, 2024
1 parent 6faeb5a commit ce965ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { configType, init, kindeConfig } from "./config"; // Adjust the import path as necessary
import { describe, beforeEach, afterAll, it, expect, vi } from "vitest";
import { describe, it, expect } from "vitest";

import * as main from "./main";

Expand Down

0 comments on commit ce965ac

Please sign in to comment.