diff --git a/packages/better-auth/src/auth/full.test.ts b/packages/better-auth/src/auth/full.test.ts index 149f3eb781..2e35b75801 100644 --- a/packages/better-auth/src/auth/full.test.ts +++ b/packages/better-auth/src/auth/full.test.ts @@ -1,3 +1,4 @@ +import type { AuthContext } from "@better-auth/core"; import { createAuthEndpoint, createAuthMiddleware, @@ -8,7 +9,6 @@ import { createAuthClient } from "../client"; import { getTestInstance } from "../test-utils"; import type { Auth } from "../types"; import { betterAuth } from "./full"; -import type { AuthContext } from "@better-auth/core"; describe("auth type", () => { test("default auth type should be okay", () => {