royriojas / esformatter-jsx

esformatter plugin: format jsx files (or js files with Facebook React JSX Syntax)
MIT License
142 stars 25 forks source link

replace mocha with jest? or use some sort of snapshot testing for mocha #99

Open royriojas opened 7 years ago

royriojas commented 7 years ago

I have been working now more frequently with jest and snapshot testing seems to be fairly more powerful than manually trying to create the expected results. This will be definitively make writing tests more easily.