github-desktop/script/jest.config.js
2022-05-04 12:13:38 +02:00

10 lines
290 B
JavaScript

module.exports = {
roots: ['<rootDir>/changelog/', '<rootDir>/draft-release/'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
testMatch: ['**/*-test.ts'],
moduleFileExtensions: ['ts', 'js', 'jsx', 'json', 'node'],
reporters: ['default', '<rootDir>/jest-actions-reporter.js'],
}