Skip to content

Commit c80ce77

Browse files
committed
Add jest-junit dependency
1 parent c5eed90 commit c80ce77

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

site/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"formik": "2.2.9",
5151
"http-proxy-middleware": "2.0.3",
5252
"jest": "27.5.1",
53+
"jest-junit": "13.0.0",
5354
"jest-runner-eslint": "1.0.0",
5455
"next": "12.0.10",
5556
"next-router-mock": "^0.6.5",

site/yarn.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8499,6 +8499,16 @@ jest-jasmine2@^27.5.1:
84998499
pretty-format "^27.5.1"
85008500
throat "^6.0.1"
85018501

8502+
jest-junit@13.0.0:
8503+
version "13.0.0"
8504+
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.0.0.tgz#479be347457aad98ae8a5983a23d7c3ec526c9a3"
8505+
integrity sha512-JSHR+Dhb32FGJaiKkqsB7AR3OqWKtldLd6ZH2+FJ8D4tsweb8Id8zEVReU4+OlrRO1ZluqJLQEETm+Q6/KilBg==
8506+
dependencies:
8507+
mkdirp "^1.0.4"
8508+
strip-ansi "^6.0.1"
8509+
uuid "^8.3.2"
8510+
xml "^1.0.1"
8511+
85028512
jest-leak-detector@^27.5.1:
85038513
version "27.5.1"
85048514
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz#6ec9d54c3579dd6e3e66d70e3498adf80fde3fb8"
@@ -12655,6 +12665,11 @@ uuid@^3.3.2:
1265512665
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1265612666
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1265712667

12668+
uuid@^8.3.2:
12669+
version "8.3.2"
12670+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
12671+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
12672+
1265812673
v8-compile-cache-lib@^3.0.0:
1265912674
version "3.0.0"
1266012675
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
@@ -13020,6 +13035,11 @@ xml-name-validator@^3.0.0:
1302013035
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
1302113036
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
1302213037

13038+
xml@^1.0.1:
13039+
version "1.0.1"
13040+
resolved "https://registry.yarnpkg.com/xml/-/xml-1.0.1.tgz#78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5"
13041+
integrity sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=
13042+
1302313043
xmlchars@^2.2.0:
1302413044
version "2.2.0"
1302513045
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"

0 commit comments

Comments
 (0)