Farmbot-Web-App/webpack/unmock_i18next.ts

5 lines
71 B
TypeScript

jest.mock("i18next", () => ({
t: (i: string) => i,
init() { }
}));