Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
updating commient
Browse files Browse the repository at this point in the history
  • Loading branch information
btabaska committed Sep 17, 2024
1 parent 0a17f43 commit fb47571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jest.mock("next-intl", () => ({
useTranslations: jest.fn(),
}));

// Mock `useTranslations`
// Mock "useTranslations"
jest.mock("next-intl", () => ({
useTranslations: jest.fn().mockReturnValue((key: string) => {
const translations: { [key: string]: string } = {
Expand Down

0 comments on commit fb47571

Please sign in to comment.