Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mocks.js « shared « registry « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e33d06e7499fc208778bbe48042a297148477e42 (plain)
1
2
3
4
// eslint-disable-next-line import/prefer-default-export
export const $toast = {
  show: jest.fn(),
};