mirror of
https://github.com/better-auth/better-auth.git
synced 2026-09-01 02:55:08 -05:00
test: increase organization test timeout
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { APIError } from "@better-auth/core/error";
|
||||
import { memoryAdapter } from "@better-auth/memory-adapter";
|
||||
import type { Prettify } from "better-call";
|
||||
import { describe, expect, expectTypeOf, it } from "vitest";
|
||||
import { describe, expect, expectTypeOf, it, vi } from "vitest";
|
||||
import type {
|
||||
BetterFetchError,
|
||||
PreinitializedWritableAtom,
|
||||
@@ -27,6 +27,10 @@ import type {
|
||||
} from "./schema";
|
||||
import type { OrganizationOptions } from "./types";
|
||||
|
||||
vi.setConfig({
|
||||
testTimeout: 10_000,
|
||||
});
|
||||
|
||||
describe("organization type", () => {
|
||||
it("empty org type should works", () => {
|
||||
expectTypeOf({} satisfies OrganizationOptions);
|
||||
|
||||
Reference in New Issue
Block a user