github-desktop/script/jest.config.js

10 lines
290 B
JavaScript
Raw Normal View History

2018-12-31 18:26:20 +00:00
module.exports = {
roots: ['<rootDir>/changelog/', '<rootDir>/draft-release/'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
testMatch: ['**/*-test.ts'],
moduleFileExtensions: ['ts', 'js', 'jsx', 'json', 'node'],
2020-07-09 20:47:41 +00:00
reporters: ['default', '<rootDir>/jest-actions-reporter.js'],
2018-12-31 18:26:20 +00:00
}