UNPKG

box-ui-elements-mlh

Version:
16 lines (12 loc) 391 B
// @flow import * as React from 'react'; import { shallow } from 'enzyme'; import EmptyState from '../EmptyState'; describe('components/message-center/components/message-center-modal/EmptyState', () => { function getWrapper() { return shallow(<EmptyState />); } test('should render correctly', async () => { expect(getWrapper()).toMatchSnapshot(); }); });