Skip to content

Commit

Permalink
Revert "update after simulatError"
Browse files Browse the repository at this point in the history
This reverts commit 86b77bc.
  • Loading branch information
jgzuke committed Sep 12, 2018
1 parent 86b77bc commit e9ff3eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/enzyme/src/ReactWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ class ReactWrapper {
const nodeHierarchy = [thisNode].concat(nodeParents(this, thisNode));
renderer.simulateError(nodeHierarchy, rootNode, error);

this[ROOT].update();
return this;
});
}
Expand Down

0 comments on commit e9ff3eb

Please sign in to comment.