diff --git a/jest.config.js b/jest.config.js index 8e30c49..8919550 100644 --- a/jest.config.js +++ b/jest.config.js @@ -102,7 +102,7 @@ module.exports = { // projects: undefined, // Use this configuration option to add custom reporters to Jest - // reporters: undefined, + reporters: ['default', 'github-actions'], // Automatically reset mock state before every test // resetMocks: false,