forked from MetaMask/metamask-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate AccordionHeader and SheetHeader tests from Enzyme to React Te…
…sting Library
- Loading branch information
1 parent
96d6399
commit f3a3bf0
Showing
7 changed files
with
7,256 additions
and
5,298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -214,6 +214,8 @@ | |
"@segment/sovran-react-native": "^1.0.4", | ||
"@sentry/integrations": "6.3.1", | ||
"@sentry/react-native": "5.19.3", | ||
"@testing-library/jest-dom": "^6.4.6", | ||
"@testing-library/jest-native": "^5.4.3", | ||
"@tradle/react-native-http": "2.0.1", | ||
"@walletconnect/client": "^1.8.0", | ||
"@walletconnect/core": "2.13.0", | ||
|
@@ -396,6 +398,7 @@ | |
"@testing-library/react": "14.0.0", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@testing-library/react-native": "12.1.2", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/crypto-js": "^4.1.1", | ||
"@types/enzyme": "^3.10.12", | ||
"@types/eth-url-parser": "^1.0.0", | ||
|
@@ -582,4 +585,4 @@ | |
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
Oops, something went wrong.