Skip to content

Commit

Permalink
fix cloneElement test
Browse files Browse the repository at this point in the history
  • Loading branch information
decadef20 committed Jan 20, 2018
1 parent 66d74c5 commit 1a123cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/components.js
Expand Up @@ -115,7 +115,7 @@ describe('Components', () => {
function Comp () {}
let instance = <Comp/>;
let clone = cloneElement(instance);
expect(clone.prototype).to.equal(instance.prototype);
expect(clone.nodeName.prototype).to.equal(instance.nodeName.prototype);
});


Expand Down

0 comments on commit 1a123cc

Please sign in to comment.