Farmbot-Web-App/frontend/__test_support__/additional_mocks.ts

4 lines
61 B
TypeScript

jest.mock("browser-speech", () => ({
talk: jest.fn(),
}));