blob: 826cb401a081a4397c374f01b608a3fe710b2157 [file]
module.exports = {
testEnvironment: 'node',
haste: {
enableSymlinks: true,
},
reporters: [
'default',
['jest-junit', { outputFile: process.env.XML_OUTPUT_FILE }]
],
testMatch: ['**/*.test.js'],
moduleNameMapper: {
'examples_jest/(.*)': '<rootDir>/$1',
},
};