Skip to content

Commit 8165610

Browse files
committed
Fix isMounted test to include the latest fix
1 parent d8db4d4 commit 8165610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isomorphic/classic/class/__tests__/create-react-class-integration-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ describe('create-react-class-integration', () => {
412412
'componentWillUpdate: true',
413413
'render: true',
414414
'componentDidUpdate: true',
415-
'componentWillUnmount: false',
415+
'componentWillUnmount: true',
416416
'after unmount: false',
417417
]);
418418

0 commit comments

Comments
 (0)