gitlab-org--gitlab-foss/spec/frontend/registry/shared/mocks.js

5 lines
103 B
JavaScript
Raw Normal View History

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