Update features and dependencies
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { vi } from "vitest";
|
||||
|
||||
// Silence Next.js server-only imports in tests
|
||||
vi.mock("server-only", () => ({}));
|
||||
|
||||
// Default env for encrypt
|
||||
process.env["BETTER_AUTH_SECRET"] = "test-secret-for-vitest-32-bytes!!";
|
||||
Reference in New Issue
Block a user