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