Skip to content

Commit

Permalink
Fix lint error on @ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Feb 2, 2024
1 parent ff54408 commit 4cf34cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/dashboard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe("Dashboard route", () => {
CF_ACCOUNT_ID: 'fake',
}
},
// @ts-expect-error
// @ts-expect-error we don't need to provide all the properties of the request object
request: {
url: 'http://localhost:3000/dashboard'
}
Expand Down

0 comments on commit 4cf34cb

Please sign in to comment.