it('should render', function () {
    const wrapper = shallow(<ProgressBar {...props} />)

    wrapper.find('div').length.should.equal(2)
  })