4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
// eslint-disable-next-line import/prefer-default-export
|
|
export const $toast = {
|
|
show: jest.fn(),
|
|
};
|