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

    wrapper.find('ol').length.should.equal(1)
  })