import * as React from 'react'; import {shallow} from 'enzyme'; describe('Specs', () => { const setup = () => { return { }; }; it('Foo', () => { expect(1).toEqual(1); }); });