UNPKG

omniboard

Version:
13 lines (10 loc) 228 B
import React from 'react'; import Routes from './routes'; describe('Routes', () => { it('should render correctly', () => { const wrapper = shallow( <Routes/> ); expect(wrapper).toMatchSnapshot(); }); });