describe '.html_attr?' do
    it 'is truthy for valid html attributes' do
      expect(React.html_attr?('id')).to be_truthy
      expect(React.html_attr?('data')).to be_truthy
    end