Skip to content

Commit

Permalink
fix: add maintenanceSpend to mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-hh-aa committed Oct 24, 2024
1 parent 2c9d87c commit 845f346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/services/calculationService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ describe("getHouseholdData", () => {
houseAge: number;
houseBedrooms: number;
houseSize: number;
maintenanceSpend: "0.015" | "0.02" | "0.0375";
}

const mockInput: MockInputType = {
Expand All @@ -59,6 +60,7 @@ describe("getHouseholdData", () => {
houseAge: 20,
houseBedrooms: 3,
houseSize: 100,
maintenanceSpend: "0.02"
};

beforeEach(() => {
Expand Down

0 comments on commit 845f346

Please sign in to comment.