enzyme-adapter-inferno icon indicating copy to clipboard operation
enzyme-adapter-inferno copied to clipboard

Call componentWillUnmount when unmount() is called

Open eddyerburgh opened this issue 7 years ago • 0 comments

Should call componentWillUnmount when unmount is called.

Skipped test—https://github.com/bbc/enzyme-adapter-inferno/blob/master/test/specs/ReactWrapper.spec.js#L1213

Unmount method—https://github.com/bbc/enzyme-adapter-inferno/blob/master/src/InfernoEnzymeAdapter.js#L63

eddyerburgh avatar Nov 22 '17 08:11 eddyerburgh