Skip to content

Commit

Permalink
Update jest-Junit part of Readme
Browse files Browse the repository at this point in the history
I had issues with setting --reporters=jest-Junit". I found I needed to use --reporters=jest-junit" instead.
  • Loading branch information
ryancasburn-KAI authored Jun 5, 2022
1 parent 0d00bb1 commit 6bd7855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ It will create test results in Junit XML format which can be then processed by t
You can use the following example configuration in `package.json`:
```json
"scripts": {
"test": "jest --ci --reporters=default --reporters=jest-Junit"
"test": "jest --ci --reporters=default --reporters=jest-junit"
},
"devDependencies": {
"jest": "^26.5.3",
Expand Down

0 comments on commit 6bd7855

Please sign in to comment.