Skip to content

Commit

Permalink
fix: add github reporter to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Dec 15, 2019
1 parent ec3a5e8 commit f7d5274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"verbose": true,
"reporters": [
"default",
"jest-stare"
"jest-stare",
"jest-github-reporter"
],
"testResultsProcessor": "./node_modules/jest-stare",
"watchPathIgnorePatterns": [
Expand Down

0 comments on commit f7d5274

Please sign in to comment.