Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
poulch committed Aug 28, 2024
1 parent d1884e9 commit c52ed96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/next/process-protected-handler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ vi.mock("./../../verify-jwt", () => ({
}));

vi.mock("../../verify-app-token", () => ({
// eslint-disable-next-line @typescript-eslint/no-unused-vars
verifyAppToken: vi.fn(async () => true),
}));

Expand Down

0 comments on commit c52ed96

Please sign in to comment.