UNPKG

tix-react-ssr

Version:

Tiket.com React Project Scripts

9 lines (6 loc) 182 B
import React from 'react'; import NotFound from '../'; test('Should render NotFound correctly', () => { const tree = mount(<NotFound />); expect(tree).toMatchSnapshot(); });