Skip to content

Commit 9241d2d

Browse files
committed
chore: add @testing-library/jest-dom lib
1 parent d765809 commit 9241d2d

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
"@craco/craco": "^7.1.0",
134134
"@jridgewell/sourcemap-codec": "^1.4.15",
135135
"@rollup/plugin-terser": "^0.4.4",
136+
"@testing-library/jest-dom": "^6.1.4",
136137
"autoprefixer": "^10.4.16",
137138
"babel-plugin-named-asset-import": "^0.3.8",
138139
"babel-plugin-transform-class-properties": "^6.24.1",

yarn.lock

+39-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
88
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
99

10+
"@adobe/css-tools@^4.3.1":
11+
version "4.3.1"
12+
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.1.tgz#abfccb8ca78075a2b6187345c26243c1a0842f28"
13+
integrity sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==
14+
1015
"@alloc/quick-lru@^5.2.0":
1116
version "5.2.0"
1217
resolved "https://registry.yarnpkg.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz#7bf68b20c0a350f936915fcae06f58e32007ce30"
@@ -1122,7 +1127,7 @@
11221127
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
11231128
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
11241129

1125-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.14.6", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.7", "@babel/runtime@^7.23.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1130+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.14.6", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.7", "@babel/runtime@^7.23.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
11261131
version "7.23.2"
11271132
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885"
11281133
integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==
@@ -2287,6 +2292,20 @@
22872292
"@svgr/plugin-jsx" "8.1.0"
22882293
"@svgr/plugin-svgo" "8.1.0"
22892294

2295+
"@testing-library/jest-dom@^6.1.4":
2296+
version "6.1.4"
2297+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.4.tgz#cf0835c33bc5ef00befb9e672b1e3e6a710e30e3"
2298+
integrity sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==
2299+
dependencies:
2300+
"@adobe/css-tools" "^4.3.1"
2301+
"@babel/runtime" "^7.9.2"
2302+
aria-query "^5.0.0"
2303+
chalk "^3.0.0"
2304+
css.escape "^1.5.1"
2305+
dom-accessibility-api "^0.5.6"
2306+
lodash "^4.17.15"
2307+
redent "^3.0.0"
2308+
22902309
"@tootallnate/once@1":
22912310
version "1.1.2"
22922311
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
@@ -3212,7 +3231,7 @@ argparse@^2.0.1:
32123231
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
32133232
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
32143233

3215-
aria-query@^5.1.3:
3234+
aria-query@^5.0.0, aria-query@^5.1.3:
32163235
version "5.3.0"
32173236
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e"
32183237
integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
@@ -4414,6 +4433,14 @@ chalk@^2.4.1, chalk@^2.4.2:
44144433
escape-string-regexp "^1.0.5"
44154434
supports-color "^5.3.0"
44164435

4436+
chalk@^3.0.0:
4437+
version "3.0.0"
4438+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
4439+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
4440+
dependencies:
4441+
ansi-styles "^4.1.0"
4442+
supports-color "^7.1.0"
4443+
44174444
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
44184445
version "4.1.2"
44194446
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
@@ -5228,6 +5255,11 @@ css-what@^6.0.1, css-what@^6.1.0:
52285255
resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4"
52295256
integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==
52305257

5258+
css.escape@^1.5.1:
5259+
version "1.5.1"
5260+
resolved "https://registry.yarnpkg.com/css.escape/-/css.escape-1.5.1.tgz#42e27d4fa04ae32f931a4b4d4191fa9cddee97cb"
5261+
integrity sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==
5262+
52315263
cssdb@^7.1.0, cssdb@^7.8.0:
52325264
version "7.8.0"
52335265
resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-7.8.0.tgz#ac41fa025371b74eb2ccfe3d41f5c4dbd444fbe3"
@@ -5711,6 +5743,11 @@ doctrine@^3.0.0:
57115743
dependencies:
57125744
esutils "^2.0.2"
57135745

5746+
dom-accessibility-api@^0.5.6:
5747+
version "0.5.16"
5748+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz#5a7429e6066eb3664d911e33fb0e45de8eb08453"
5749+
integrity sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==
5750+
57145751
dom-align@^1.7.0:
57155752
version "1.12.4"
57165753
resolved "https://registry.yarnpkg.com/dom-align/-/dom-align-1.12.4.tgz#3503992eb2a7cfcb2ed3b2a6d21e0b9c00d54511"

0 commit comments

Comments
 (0)