UNPKG

box-ui-elements-mlh

Version:
13 lines (9 loc) 404 B
import * as React from 'react'; import { shallow } from 'enzyme'; import PreviewErrorNotification from '../PreviewErrorNotification'; const getWrapper = () => shallow(<PreviewErrorNotification />); describe('components/message-center/components/templates/common/PreviewErrorNotification', () => { test('should render correctly', () => { expect(getWrapper()).toMatchSnapshot(); }); });