blessing-skin-server/resources/assets/tests/ts-shims/notify.ts
2019-03-28 16:37:01 +08:00

12 lines
307 B
TypeScript

import * as notify from '../../src/scripts/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>
>