describe('Start', () => {
  it('should have a class of start', () => {
    const wrapper = shallow(<Start />);
    expect(wrapper.is('.start')).toBe(true);
  });