diff --git a/jest.config.js b/jest.config.js index c0bbb7c..6f172a6 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,8 @@ module.exports = { verbose: true, - globalTeardown: "./tests/teardown.js" + globalTeardown: "./tests/teardown.js", + reporters: [ + 'default', + 'github-actions', + ], } \ No newline at end of file