diff --git a/README.md b/README.md index 1933f559..0ae7b766 100644 --- a/README.md +++ b/README.md @@ -271,14 +271,14 @@ Some heuristic was necessary to figure out the mapping between the line in the s
- jest-Junit + jest-junit -[JEST](https://jestjs.io/) testing framework support requires the usage of [jest-Junit](https://github.com/jest-community/jest-Junit) reporter. +[JEST](https://jestjs.io/) testing framework support requires the usage of [jest-junit](https://github.com/jest-community/jest-junit) reporter. It will create test results in Junit XML format which can be then processed by this action. 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",