diff --git a/app/models/__tests__/team-projected-score.test.ts b/app/models/__tests__/team-projected-score.test.ts index b3ba50d..afb6937 100644 --- a/app/models/__tests__/team-projected-score.test.ts +++ b/app/models/__tests__/team-projected-score.test.ts @@ -84,7 +84,7 @@ const DUMMY_EV_ROW = { probSixth: "0.1", probSeventh: "0.2", probEighth: "0.2", -}; +} as any; beforeEach(() => { vi.clearAllMocks();