File size: 266 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
module.exports = {
rootDir: './../../',
// run tests for all packages that have a Jest config file
projects: [ '<rootDir>/packages/*/jest.config.js' ],
moduleNameMapper: {
'react-markdown': '<rootDir>/node_modules/react-markdown/react-markdown.min.js',
},
};
|