1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/pages
Daniel fbbdaf04ed
Increase Jest unit test coverage for the Swaps feature to ~25% (#10900)
* Swaps: Show a network name dynamically in a tooltip

* Replace “Ethereum” with “$1”, change “Test” to “Testnet”

* Replace 이더리움 with $1

* Translate network names, use ‘Ethereum’ by default if a translation is not available yet

* Reorder messages to resolve ESLint issues

* Add a snapshot test for the FeeCard component, increase Jest threshold

* Enable snapshot testing into external .snap files in ESLint

* Add the “networkNameEthereum” key in ko/messages.json, remove default “Ethereum” value

* Throw an error if chain ID is not supported by the Swaps feature

* Use string literals when calling the `t` fn,

* Watch Jest tests silently (no React warnings in terminal, only errors)

* Add @testing-library/jest-dom, import it before running Jest tests

* Add snapshot testing of Swaps’ React components for happy paths, increase minimum threshold for Jest

* Add the test/jest folder for Jest setup and shared functions, use it in Swaps Jest tests

* Fix ESLint issues, update linting config

* Enable ESLint for .snap files (Jest snapshots), throw an error if a snapshot is bigger than 50 lines

* Don’t run lint:fix for .snap files

* Move `createProps` outside of `describe` blocks, move store creation inside tests

* Use translations instead of keys, update a rendering function to load translations

* Make sure all Jest snapshots are shorter than 50 lines (default limit)

* Add / update props for Swaps tests

* Fix React warnings when running tests for Swaps
2021-04-21 12:34:35 -07:00
..
add-token upgrade ethereumjs util (#10886) 2021-04-16 10:05:13 -05:00
asset Position the 3dot menu in the same spot on asset screen and home screen (#10642) 2021-03-15 09:56:26 -05:00
confirm-add-suggested-token @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
confirm-add-token @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
confirm-approve Adding option to set Custom Nonce to Confirm Approve Page (#10595) 2021-04-16 18:00:18 -04:00
confirm-decrypt-message Add Custom Network UI (#10310) 2021-02-22 10:20:42 -06:00
confirm-deploy-contract upgrade ethereumjs util (#10886) 2021-04-16 10:05:13 -05:00
confirm-encryption-public-key Add Custom Network UI (#10310) 2021-02-22 10:20:42 -06:00
confirm-send-ether @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
confirm-send-token @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
confirm-token-transaction-base @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
confirm-transaction remove transactionCategory in favor of more types (#10615) 2021-03-10 14:16:44 -06:00
confirm-transaction-base Adding option to set Custom Nonce to Confirm Approve Page (#10595) 2021-04-16 18:00:18 -04:00
confirm-transaction-switch remove transactionCategory in favor of more types (#10615) 2021-03-10 14:16:44 -06:00
confirmation resolve issue with missing template error (#10692) 2021-03-23 16:12:32 -05:00
connected-accounts @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
connected-sites @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
create-account Use jest to run ui/**/*.test.js (#10885) 2021-04-15 11:01:46 -07:00
error Updating references to MetaMask support (#10563) 2021-03-03 10:15:24 -07:00
first-time-flow Use jest to run ui/**/*.test.js (#10885) 2021-04-15 11:01:46 -07:00
home Handling infura blockage (#10883) 2021-04-15 10:41:40 -07:00
keychains Use jest to run ui/**/*.test.js (#10885) 2021-04-15 11:01:46 -07:00
lock Use jest to run ui/**/*.test.js (#10885) 2021-04-15 11:01:46 -07:00
mobile-sync @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
permissions-connect @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
routes prefer chainId over networkId in most cases (#10594) 2021-03-12 16:23:26 -06:00
send upgrade ethereumjs util (#10886) 2021-04-16 10:05:13 -05:00
settings upgrade ethereumjs util (#10886) 2021-04-16 10:05:13 -05:00
swaps Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
unlock-page Use jest to run ui/**/*.test.js (#10885) 2021-04-15 11:01:46 -07:00
index.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
pages.scss Add Custom Network UI (#10310) 2021-02-22 10:20:42 -06:00