blessing-skin-server/resources/assets/tests/ts-shims/notify.ts
2019-05-03 09:49:48 +08:00

13 lines
354 B
TypeScript

/* eslint-disable @typescript-eslint/indent */
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>
>