bitttttten / jest-transformer-mdx

A jest transformer for MDX with frontMatter support
12 stars 6 forks source link

User Options #10

Closed bitttttten closed 4 years ago

bitttttten commented 4 years ago

Released under "2.2.0-beta".

ccesare commented 4 years ago

Works great! The only issue I'm seeing is that the installed version of 2.2.0-beta has a couple console.logs that produce output when testing. They aren't on this branch, but they show up in the index.js file in node_modules/jest-transformer-mdx locally.

bitttttten commented 4 years ago

Oof yeah, I forgot to stash my changes before releasing 🤦

bitttttten commented 4 years ago

Released without the logs under "2.2.0-beta.1" :, )

bitttttten commented 4 years ago

Also I just finished upgrading some projects to 2.2.0-beta.1, no logs 🎉 and no issues 👍

ccesare commented 4 years ago

Working great for me!

bitttttten commented 4 years ago

Upgraded another project and also didn't hit any regressions. Nice!

Released under 2.2.0 🎉

Thanks again :3

ccesare commented 4 years ago

Awesome. Thank you!