* fix linting issues

This commit is contained in:
alexander.miehe
2026-02-26 18:11:01 +01:00
parent 8544ac04b2
commit eb0f11fdb2

View File

@@ -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", () => {