const test = require('ava'); test('noop', (t) => { t.deepEqual(1, 1); }); // test('renders without exploding', (t) => { // const App = require('../src/containers/app'); // const wrapper = shallow(); // t.deepEqual(wrapper.length, 1); // }); // // test('renders without exploding', (t) => { // const Home = require('../src/containers/home'); // const wrapper = shallow(); // t.deepEqual(wrapper.length, 1); // }); // // test('renders without exploding', (t) => { // const NotFound = require('../src/containers/not-found'); // const wrapper = shallow(); // t.deepEqual(wrapper.length, 1); // });