Skip to content

Commit

Permalink
adding GitHub actions reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Nov 23, 2024
1 parent 2c20b63 commit 883f78e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
module.exports = {
verbose: true,
globalTeardown: "./tests/teardown.js"
globalTeardown: "./tests/teardown.js",
reporters: [
'default',
'github-actions',
],
}

0 comments on commit 883f78e

Please sign in to comment.