Skip to content

Commit 5930318

Browse files
Add jest-junit
1 parent 22dc4e2 commit 5930318

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"eslint-plugin-jest": "^28.11.0",
3737
"eslint-plugin-prettier": "^5.4.0",
3838
"jest": "29.7.0",
39+
"jest-junit": "^16.0.0",
3940
"jest-ts-auto-mock": "2",
4041
"nock": "15.0.0-beta.1",
4142
"prettier": "^3.5.3",

yarn.lock

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2710,6 +2710,16 @@ jest-haste-map@^29.7.0:
27102710
optionalDependencies:
27112711
fsevents "^2.3.2"
27122712

2713+
jest-junit@^16.0.0:
2714+
version "16.0.0"
2715+
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-16.0.0.tgz#d838e8c561cf9fdd7eb54f63020777eee4136785"
2716+
integrity sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==
2717+
dependencies:
2718+
mkdirp "^1.0.4"
2719+
strip-ansi "^6.0.1"
2720+
uuid "^8.3.2"
2721+
xml "^1.0.1"
2722+
27132723
jest-leak-detector@^29.7.0:
27142724
version "29.7.0"
27152725
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz#5b7ec0dadfdfec0ca383dc9aa016d36b5ea4c728"
@@ -3152,6 +3162,11 @@ minipass@^4.2.4:
31523162
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
31533163
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
31543164

3165+
mkdirp@^1.0.4:
3166+
version "1.0.4"
3167+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
3168+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
3169+
31553170
ms@^2.1.1, ms@^2.1.3:
31563171
version "2.1.3"
31573172
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
@@ -3996,6 +4011,11 @@ uri-js@^4.2.2:
39964011
dependencies:
39974012
punycode "^2.1.0"
39984013

4014+
uuid@^8.3.2:
4015+
version "8.3.2"
4016+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
4017+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
4018+
39994019
v8-compile-cache-lib@^3.0.1:
40004020
version "3.0.1"
40014021
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
@@ -4117,6 +4137,11 @@ write-file-atomic@^4.0.2:
41174137
imurmurhash "^0.1.4"
41184138
signal-exit "^3.0.7"
41194139

4140+
xml@^1.0.1:
4141+
version "1.0.1"
4142+
resolved "https://registry.yarnpkg.com/xml/-/xml-1.0.1.tgz#78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5"
4143+
integrity sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==
4144+
41204145
y18n@^5.0.5:
41214146
version "5.0.8"
41224147
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"

0 commit comments

Comments
 (0)