From 8a0da88fb26d215bf5801faa8e9078293b2c2e8f Mon Sep 17 00:00:00 2001 From: jesperorb Date: Fri, 3 Nov 2023 07:16:48 +0100 Subject: [PATCH] add @tsdoc-test-reporter/jest (#130) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 061383d..72f26cb 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ - [jest-angular-test-verifier](https://github.com/Neizan93/jest-angular-test-verifier) Ensures that essential Angular files have corresponding test files, reporting any missed opportunities and celebrating when all is well. - [jest-slow-test-highlighter](https://github.com/Neizan93/jest-slow-test-highlighter) Highlights and reports the slowest tests in your suite, helping you identify areas for performance optimization. - [jest-wip-reporter](https://github.com/kevinrutherford/jest-wip-reporter) Classifies all tests as either passing, failing, or work-in-progress; also quiet progress reporting with dots by default. +- [@tsdoc-test-reporter/jest](https://github.com/tsdoc-test-reporter/reporter) A reporter that attaches JS/TSDoc comments to your test results and generates a summary in HTML or JSON. ### Results Processors