UNPKG

helpscout-mailbox-api

Version:
13 lines (10 loc) 271 B
'use strict'; const mockFn = jest.fn().mockImplementation(() => { return { schedule: jest.fn().mockImplementation((options, callback) => { return callback().then(response => response); }), updateSettings: jest.fn() }; }); module.exports = mockFn;