Skip to content

Commit

Permalink
Fix the test again
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jun 15, 2017
1 parent 8165610 commit 46b518a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -425,7 +425,7 @@ describe('ReactClass-spec', () => {
'componentWillUpdate: true',
'render: true',
'componentDidUpdate: true',
'componentWillUnmount: false',
'componentWillUnmount: true',
'after unmount: false',
]);

Expand Down

0 comments on commit 46b518a

Please sign in to comment.