module.exports = { setupFilesAfterEnv: ['/setupTests.js'], reporters: [ 'default', 'jest-summary-reporter', 'jest-github-actions-reporter', ], };