Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Oct 30, 2023
1 parent 1e61fa5 commit c2d93f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/page-modules/assistant/__tests__/assistant.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ describe('assistant page', function () {
async trip() {
return expectedTripResult;
},
async nonTransitTrips() {
return {};
},
async autocomplete() {
return {} as any;
},
Expand Down

0 comments on commit c2d93f8

Please sign in to comment.