prateekbh / babel-esm-plugin

Add this plugin to generate mirrored esm modules for your existing bundles
MIT License
192 stars 16 forks source link

does it work with jest? #22

Open veeramarni opened 5 years ago

veeramarni commented 5 years ago

I'm trying to run few tests with jest and it breaks since esm is not supported, will this module helps in this case?

prateekbh commented 5 years ago

no sorry, this is just a webpack plugin. you can bundle your code with webpack and may be run jest on that code