claude/fix-lint-errors-n48594 #111
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ vi.mock("~/models/scoring-calculator", () => ({
|
||||||
vi.mock("~/services/simulations/registry", async (importOriginal) => {
|
vi.mock("~/services/simulations/registry", async (importOriginal) => {
|
||||||
// Keep the real SIMULATOR_TYPES / getSimulatorInfo so the manifest (pulled in
|
// Keep the real SIMULATOR_TYPES / getSimulatorInfo so the manifest (pulled in
|
||||||
// transitively via input-policy) can build; only stub getSimulator.
|
// transitively via input-policy) can build; only stub getSimulator.
|
||||||
const actual = await importOriginal<SimulationsRegistry>();
|
const actual = await importOriginal<typeof SimulationsRegistry>();
|
||||||
return { ...actual, getSimulator: vi.fn() };
|
return { ...actual, getSimulator: vi.fn() };
|
||||||
});
|
});
|
||||||
vi.mock("~/services/simulations/simulation-probabilities", () => ({
|
vi.mock("~/services/simulations/simulation-probabilities", () => ({
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue