Skip to content

Commit

Permalink
this.options goes on its own line
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Sep 26, 2017
1 parent 02676f4 commit 971f501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/enzyme-adapter-react-16/src/ReactSixteenAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ function nodeToHostNode(_node) {
class ReactSixteenAdapter extends EnzymeAdapter {
constructor() {
super();
this.options = { ...this.options,
this.options = {
...this.options,
enableComponentDidUpdateOnSetState: true,
};
}
Expand Down

0 comments on commit 971f501

Please sign in to comment.