mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 22:37:09 +01:00
Update jest-Junit part of Readme
I had issues with setting --reporters=jest-Junit". I found I needed to use --reporters=jest-junit" instead.
This commit is contained in:
parent
0d00bb14cb
commit
6bd7855a9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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`:
|
You can use the following example configuration in `package.json`:
|
||||||
```json
|
```json
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest --ci --reporters=default --reporters=jest-Junit"
|
"test": "jest --ci --reporters=default --reporters=jest-junit"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jest": "^26.5.3",
|
"jest": "^26.5.3",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue