Skip to content

Commit db7e5d4

Browse files
committed
Re-enable passing test
1 parent 296b84a commit db7e5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/connect.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ describe('React', () => {
20732073
expect(renderCount).toBe(2)
20742074
})
20752075

2076-
it.skip('should allow to clean up child state in parent componentWillUnmount', () => {
2076+
it('should allow to clean up child state in parent componentWillUnmount', () => {
20772077
function reducer(state = { data: null }, action) {
20782078
switch (action.type) {
20792079
case 'fetch':

0 commit comments

Comments
 (0)