module.exports = { rootDir: './../../', // run tests for all packages that have a Jest config file projects: [ '/packages/*/jest.config.js' ], moduleNameMapper: { 'react-markdown': '/node_modules/react-markdown/react-markdown.min.js', }, };