mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-29 18:36:34 -05:00
* fix linting issues
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user