blessing-skin-server/resources/assets/tests/ts-shims/notify.ts
2019-03-25 22:01:57 +08:00

12 lines
302 B
TypeScript

import * as notify from '../../src/js/notify'
export const showAjaxError = {} as jest.Mock<
ReturnType<typeof notify.showAjaxError>,
Parameters<typeof notify.showAjaxError>
>
export const showModal = {} as jest.Mock<
ReturnType<typeof notify.showModal>,
Parameters<typeof notify.showModal>
>