Skip to content

Commit

Permalink
chore: remove unsed ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed Sep 19, 2024
1 parent b5cd406 commit 2aa123a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ describe("editMessageCommand", () => {
},
})

// @ts-expect-error
vi.mocked(getSelectedBundleByBundleIdOrAlias).mockResolvedValueOnce(mockBundle)

await editMessageCommand.callback({ bundleId: "testBundle", locale: "en" })
Expand Down

0 comments on commit 2aa123a

Please sign in to comment.