export const GlModal = { template: '
', methods: { show: jest.fn(), }, }; export const GlEmptyState = { template: '
', name: 'GlEmptyStateSTub', };