@reporters/junit 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Junit Reporter
|
|
4
4
|
A Junit reporter for `node:test`.
|
|
5
|
-
|
|
5
|
+
intended for use with major CI tools like Jenkins, CircleCI, etc that consume Junit reports.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -24,7 +24,7 @@ node --test \
|
|
|
24
24
|
|
|
25
25
|
## Example
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
Output of the following test file:
|
|
28
28
|
|
|
29
29
|
```js
|
|
30
30
|
const { describe, it } = require('node:test');
|