it('does not render without records', () => {

      const dynamic = shallow(<Dynamic />)
      expect(dynamic.type()).to.be.null