mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
9 lines
290 B
JavaScript
9 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'],
|
|
}
|