upgrade testing-library

This commit is contained in:
Samuel Newman
2025-04-28 11:15:49 +03:00
parent cb33998f13
commit 99ad0c8c77
2 changed files with 7 additions and 7 deletions
+2 -3
View File
@@ -222,7 +222,7 @@
"@react-native/typescript-config": "^0.76.9", "@react-native/typescript-config": "^0.76.9",
"@sentry/webpack-plugin": "^3.2.2", "@sentry/webpack-plugin": "^3.2.2",
"@testing-library/jest-native": "^5.4.3", "@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.8.1", "@testing-library/react-native": "^13.2.0",
"@types/jest": "^29.4.0", "@types/jest": "^29.4.0",
"@types/lodash.chunk": "^4.2.7", "@types/lodash.chunk": "^4.2.7",
"@types/lodash.debounce": "^4.0.7", "@types/lodash.debounce": "^4.0.7",
@@ -279,8 +279,7 @@
"jest": { "jest": {
"preset": "jest-expo/ios", "preset": "jest-expo/ios",
"setupFilesAfterEnv": [ "setupFilesAfterEnv": [
"./jest/jestSetup.js", "./jest/jestSetup.js"
"@testing-library/jest-native/extend-expect"
], ],
"moduleFileExtensions": [ "moduleFileExtensions": [
"ts", "ts",
+5 -4
View File
@@ -7138,11 +7138,12 @@
pretty-format "^29.0.3" pretty-format "^29.0.3"
redent "^3.0.0" redent "^3.0.0"
"@testing-library/react-native@^12.8.1": "@testing-library/react-native@^13.2.0":
version "12.9.0" version "13.2.0"
resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-12.9.0.tgz#9c727d9ffec91024be3288ed9376df3673154784" resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-13.2.0.tgz#b4f53c69a889728abe8bc3115ba803824bcafe10"
integrity sha512-wIn/lB1FjV2N4Q7i9PWVRck3Ehwq5pkhAef5X5/bmQ78J/NoOsGbVY2/DG5Y9Lxw+RfE+GvSEh/fe5Tz6sKSvw== integrity sha512-3FX+vW/JScXkoH8VSCRTYF4KCHC56y4AI6TMDISfLna6r+z8kaSEmxH1I6NVaFOxoWX9yaHDyI26xh7BykmqKw==
dependencies: dependencies:
chalk "^4.1.2"
jest-matcher-utils "^29.7.0" jest-matcher-utils "^29.7.0"
pretty-format "^29.7.0" pretty-format "^29.7.0"
redent "^3.0.0" redent "^3.0.0"