it('renders with value', () => {

      const searchbox = shallow(<Searchbox q="foo" />)
      expect(searchbox.childAt(1).childAt(0).childAt(0).prop('value')).to.equal('foo')