Skip to content

Commit 5b0b96f

Browse files
author
Sebastian Silbermann
committed
Install necessary reporters
1 parent fc9c2ab commit 5b0b96f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"jest-cli": "^29.4.2",
7474
"jest-diff": "^29.4.2",
7575
"jest-environment-jsdom": "^29.4.2",
76+
"jest-junit": "^16.0.0",
7677
"jest-snapshot-serializer-raw": "^1.2.0",
7778
"minimatch": "^3.0.4",
7879
"minimist": "^1.2.3",

yarn.lock

+16-1
Original file line numberDiff line numberDiff line change
@@ -9866,6 +9866,16 @@ jest-haste-map@^29.4.2:
98669866
optionalDependencies:
98679867
fsevents "^2.3.2"
98689868

9869+
jest-junit@^16.0.0:
9870+
version "16.0.0"
9871+
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-16.0.0.tgz#d838e8c561cf9fdd7eb54f63020777eee4136785"
9872+
integrity sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==
9873+
dependencies:
9874+
mkdirp "^1.0.4"
9875+
strip-ansi "^6.0.1"
9876+
uuid "^8.3.2"
9877+
xml "^1.0.1"
9878+
98699879
jest-leak-detector@^29.4.2:
98709880
version "29.4.2"
98719881
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.4.2.tgz#8f05c6680e0cb46a1d577c0d3da9793bed3ea97b"
@@ -11160,7 +11170,7 @@ mixin-deep@^1.2.0:
1116011170
for-in "^1.0.2"
1116111171
is-extendable "^1.0.1"
1116211172

11163-
11173+
[email protected], mkdirp@^1.0.4:
1116411174
version "1.0.4"
1116511175
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
1116611176
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
@@ -16009,6 +16019,11 @@ xml2js@~0.4.4:
1600916019
sax ">=0.6.0"
1601016020
xmlbuilder "~9.0.1"
1601116021

16022+
xml@^1.0.1:
16023+
version "1.0.1"
16024+
resolved "https://registry.yarnpkg.com/xml/-/xml-1.0.1.tgz#78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5"
16025+
integrity sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==
16026+
1601216027
xmlbuilder@~9.0.1:
1601316028
version "9.0.7"
1601416029
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d"

0 commit comments

Comments
 (0)