Skip to content

Commit

Permalink
Fix isMounted test to include the latest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jun 15, 2017
1 parent d8db4d4 commit 8165610
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -412,7 +412,7 @@ describe('create-react-class-integration', () => {
'componentWillUpdate: true',
'render: true',
'componentDidUpdate: true',
'componentWillUnmount: false',
'componentWillUnmount: true',
'after unmount: false',
]);

Expand Down

0 comments on commit 8165610

Please sign in to comment.