refactor: env validation typescript and common package (#1912)
This commit is contained in:
@@ -24,7 +24,7 @@ vi.mock("@homarr/auth", async () => {
|
||||
});
|
||||
|
||||
// Mock the env module to return the credentials provider
|
||||
vi.mock("@homarr/auth/env.mjs", () => {
|
||||
vi.mock("@homarr/auth/env", () => {
|
||||
return {
|
||||
env: {
|
||||
AUTH_PROVIDERS: ["credentials"],
|
||||
|
||||
Reference in New Issue
Block a user