A simple jest transformer for MDX with frontMatter support.
yarn add jest-transformer-mdx
module.exports = {
// A map from regular expressions to paths to transformers
transform: {
"^.+\\.(md|mdx)$": 'jest-transformer-mdx',
},
};
And that should be it!
Look inside this library's test and the related markdown file to see live a example.
Made possible by