I have not added support for lifecycle methods (componentWillMount()) because these are deprecated in React 16.4 in favour of setting state in the class constructor.
Coverage increased (+0.2%) to 96.319% when pulling 621a3bc2cb296ec26954bb42fdbd069c25b3766f on support-class-based-components into a94e0d565ea655574ad11168d7e11572eeeb605f on master.
Closes #11
I have not added support for lifecycle methods (
componentWillMount()
) because these are deprecated in React 16.4 in favour of setting state in the class constructor.