- #15 add support for
export as
syntax Thanks @yiminghe
- #14 fix non arrow function assignement expression parsing Thanks @yiminghe
- #6 add an option
--fileSuffix
to specify a custom generated file name suffix Thanks @eliorivero
- return test output filename from
run()
function
- #2 support for ts and tsx components with prop types parsing
- #5 add an option
--outputDir
to specify a custom output directory relative to the cwd() or absolute path
- #3 Support for static methods in classes
- #4 .toBeDefined instead of (or in addition to) .toBeTruthy
- #6 migrate tests from jasmine to Jest, makes a lot of sense for this project
- Adds support for parsing React class + functional components to generate snapshot test
- more output format tweaks
- enhancements to output format
- Fixes to output format
- added debug for logging in dev
list typescript as dependency
Update docs
Initial release