deps-lock-snitch-bot/jest.config.js

9 lines
243 B
JavaScript
Raw Normal View History

2019-01-21 12:29:30 +00:00
module.exports = {
roots: ['<rootDir>/src/', '<rootDir>/test/'],
transform: {
'^.+\\.tsx?$': 'ts-jest'
},
testRegex: '(/__tests__/.*|\\.(test|spec))\\.[tj]sx?$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node']
}