fix: resolve all lint errors

This commit is contained in:
2026-04-25 14:46:40 +08:00
parent 7b366cae5a
commit 86d9c9b1fa
3 changed files with 93 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { describe, it, expect, beforeAll } from "vitest"
import { testAuth, getTestHelpers } from "@/lib/auth/test"
import { getTestHelpers } from "@/lib/auth/test"
import type { TestHelpers } from "better-auth/plugins"
describe("Better-Auth integration", () => {