We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c176c commit bf4621aCopy full SHA for bf4621a
packages/openapi-fetch/test/common/request.test.ts
@@ -296,10 +296,10 @@ describe("request", () => {
296
});
297
298
test("uses provided Request class", async () => {
299
- // santity check to make sure the profided fetch function is actually called
+ // sanity check to make sure the provided fetch function is actually called
300
expect.assertions(1);
301
302
- class SpecialRequestImplementation extends Request {}
+ class SpecialRequestImplementation extends Request { }
303
304
const specialFetch = async (input: Request) => {
305
// make sure that the request is actually an instance of the custom request we provided
0 commit comments