Skip to content

Commit 52eb474

Browse files
committed
fix: make linter happy
1 parent 3f4244d commit 52eb474

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/openapi-fetch/test/common/request.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,7 @@ describe("request", () => {
286286
// santity check to make sure the profided fetch function is actually called
287287
expect.assertions(1);
288288

289-
class SpecialRequestImplementation extends Request {
290-
static special = "special";
291-
}
289+
class SpecialRequestImplementation extends Request {}
292290

293291
const specialFetch = async (input: Request) => {
294292
// make sure that the request is actually an instance of the custom request we provided

0 commit comments

Comments
 (0)