markdown-loader-jest
markdown-loader
jest pluginInstall
npm install --save-dev markdown-loader-jest
Integration with jest
Definemarkdown-loader-jest
as a transformer for your markdown files included in your source files under test. In the "transform" key for jest configuration in the package.json
add the following:"transform": {
"^.+\\.md?$": "markdown-loader-jest"
},