Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajjs committed Dec 28, 2024
1 parent bfc42d4 commit abba7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/utils/sendReplyInDiscordChannel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ describe("sendReplyInDiscordChannel", () => {
beforeEach(() => {
jest.clearAllMocks();
});

afterEach(() => {
jest.restoreAllMocks();
})
});

it("should call fetch", async () => {
jest.spyOn(global, "fetch").mockResolvedValue(new Response(content));
Expand Down

0 comments on commit abba7cc

Please sign in to comment.