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 3f4244d commit 52eb474Copy full SHA for 52eb474
packages/openapi-fetch/test/common/request.test.ts
@@ -286,9 +286,7 @@ describe("request", () => {
286
// santity check to make sure the profided fetch function is actually called
287
expect.assertions(1);
288
289
- class SpecialRequestImplementation extends Request {
290
- static special = "special";
291
- }
+ class SpecialRequestImplementation extends Request {}
292
293
const specialFetch = async (input: Request) => {
294
// make sure that the request is actually an instance of the custom request we provided
0 commit comments