UNPKG

tix-react-ssr

Version:

Tiket.com React Project Scripts

9 lines (6 loc) 235 B
import React from 'react'; import ErrorView from '../ErrorView.jsx'; test('Should render ErrorView correctly', () => { const tree = shallow(<ErrorView error={new Error('test')} info={{}}/>); expect(tree).toMatchSnapshot(); });