blob: 031f1ccff6f19e7e7fa697152689c25aa62ee513 [file]
module.exports = {
testEnvironment: 'node',
haste: {
enableSymlinks: true,
},
reporters: ['default'],
testMatch: ['**/*.test.js'],
moduleNameMapper: {
'examples_jest/(.*)': '<rootDir>/$1',
},
};