const test = require('ava'); const enzyme = require('enzyme'); const React = require('react'); const { shallow } = enzyme; // test('renders without exploding', (t) => { // const Avatar = require('../src/components/avatar'); // const wrapper = shallow(); // t.deepEqual(wrapper.length, 1); // }); test('renders without exploding', (t) => { const Base = require('../src/components/base'); const wrapper = shallow(); t.deepEqual(wrapper.length, 1); }); // // test('renders