Skip to content

Commit

Permalink
Re-enable passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Aug 12, 2018
1 parent 296b84a commit db7e5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/connect.spec.js
Expand Up @@ -2073,7 +2073,7 @@ describe('React', () => {
expect(renderCount).toBe(2)
})

it.skip('should allow to clean up child state in parent componentWillUnmount', () => {
it('should allow to clean up child state in parent componentWillUnmount', () => {
function reducer(state = { data: null }, action) {
switch (action.type) {
case 'fetch':
Expand Down

0 comments on commit db7e5d4

Please sign in to comment.