Skip to content

Commit 32b0390

Browse files
committed
rebase
1 parent c759995 commit 32b0390

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/hono/test/shared/patchAppUse.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ describe('patchHttpMethodHandlers (inline middleware spans on main app)', () =>
366366
it('forwards thisArg to the original method', () => {
367367
let capturedThis: unknown = null;
368368
const fakeMethod = function (this: unknown) {
369+
// oxlint-disable-next-line @typescript-eslint/no-this-alias
369370
capturedThis = this;
370371
return this;
371372
};

0 commit comments

Comments
 (0)