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