This commit is contained in:
7
frontend/__tests__/__harness__/mock-env-config.ts
Normal file
7
frontend/__tests__/__harness__/mock-env-config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { vi } from "vitest";
|
||||
vi.mock("../src/ts/constants/env-config", () => ({
|
||||
envConfig: {
|
||||
backendUrl: "invalid",
|
||||
isDevelopment: true,
|
||||
},
|
||||
}));
|
||||
Reference in New Issue
Block a user