Skip to content

Commit

Permalink
tests: fixup for removed deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 17, 2024
1 parent 6b5f304 commit 545b713
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/request-error.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ const mockOptions: RequestErrorOptions = {
url: "https://api.github.com/",
headers: {},
},
response: {
headers: {},
status: 200,
url: "https://api.github.com/",
data: {},
},
};

describe("RequestError", () => {
Expand Down

0 comments on commit 545b713

Please sign in to comment.