Skip to content

Commit

Permalink
remove HEAD tag from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Piche committed Dec 24, 2015
1 parent 814c89c commit 3bf0b5b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/__tests__/ReactWrapper-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1213,21 +1213,6 @@ describeWithDOM('mount', () => {
`<div class="in-foo"></div>`
);
});
<<<<<<< HEAD
=======

it('should remove all data-react attributes from anywhere in the HTML', () => {
const wrapper = mount(
<div data-react-props="begone" data-react-class="begone" className="test">
<span>Hello World!</span>
</div>
);
expect(wrapper.html()).to.equal(
`<div class="test"><span>Hello World!</span></div>`
);
});

>>>>>>> Makes regex more robust in html() based on review feedback
});

});

0 comments on commit 3bf0b5b

Please sign in to comment.