NewsBlur/node/node_modules/@postlight/ci-failed-test-reporter/jest.config.js

9 lines
235 B
JavaScript
Raw Normal View History

module.exports = {
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(ts|js)x?$',
transform: {
'^.+\\.tsx?$': 'ts-jest',
'^.+\\.jsx?$': 'babel-jest'
}
};