UNPKG

tix-react-ssr

Version:

Tiket.com React Project Scripts

9 lines (6 loc) 206 B
import React from 'react'; import Layout from '../index.js'; test('Should render Layout correctly', () => { const tree = mount(<Layout route={{ routes: [] }}/>); expect(tree).toMatchSnapshot(); });