Farmbot-Web-App/webpack/__test_support__/mock_fbtoaster.ts

8 lines
139 B
TypeScript

jest.mock("farmbot-toastr", () => ({
fun: jest.fn(),
init: jest.fn(),
success: jest.fn(),
info: jest.fn(),
error: jest.fn()
}));