Skip to content

Commit

Permalink
Add GitHub Actions jest reporter to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfiend committed May 27, 2023
1 parent 7e6afc9 commit 8051c57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"author": "Matt Luongo <matt@thesis.co>",
"license": "GPL-3.0",
"jest": {
"reporters": [
[
"github-actions",
{
"silent": false
}
],
"default"
],
"setupFiles": [
"fake-indexeddb/auto",
"jest-webextension-mock",
Expand Down

0 comments on commit 8051c57

Please sign in to comment.