Skip to content

Commit

Permalink
fix: tsc error
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennordseth committed Oct 11, 2023
1 parent c995822 commit 821a168
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/page-modules/departures/__tests__/departure.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ describe('departure page', function () {
stopPlace() {
return {} as any;
},
estimatedCalls() {
return {} as any;
},
client: null as any,
};

Expand Down

0 comments on commit 821a168

Please sign in to comment.