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...