From 9ab0e02a37877818db206d58cdda278d49945373 Mon Sep 17 00:00:00 2001 From: agracio Date: Wed, 13 Nov 2024 22:37:31 +0000 Subject: [PATCH] updating code --- .npmignore | 1 + README.md | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 48af868..4de69db 100644 --- a/.npmignore +++ b/.npmignore @@ -12,3 +12,4 @@ report/ report1/ tests/ index.js +jest.config.js diff --git a/README.md b/README.md index ef15916..1d63b30 100644 --- a/README.md +++ b/README.md @@ -123,12 +123,11 @@ convert(options).then(() => console.log(`Report created: ${options.reportDir}/${ | `testType` | File Type | |:-----------|:------------------| | JUnit | JUnit | -| NUnit | NUnit 3+ XML | +| NUnit | NUnit 3.0+ XML | | xUnit | xUnit.net v2+ XML | | TRX | Visual Studio TRX | -## Implementation and documentation in progress...