Skip to content

Commit

Permalink
fixed messed up rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBombach committed Apr 21, 2019
1 parent 3a5ad3d commit b9c6954
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/browser/render.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,6 @@ describe('render()', () => {
expect(scratch.innerHTML).to.equal('<div>foo</div>');
});

<<<<<<< HEAD
// see preact/#1327
it('should not reuse unkeyed components', () => {
class X extends Component {
Expand Down Expand Up @@ -967,7 +966,7 @@ describe('render()', () => {

expect(scratch.textContent).to.equal('01');
});
=======

describe('replaceNode parameter', () => {

function appendChildToScratch(id) {
Expand Down Expand Up @@ -1007,5 +1006,4 @@ describe('render()', () => {
});
});

>>>>>>> Adds 8.x replaceNode to render api
});

0 comments on commit b9c6954

Please sign in to comment.