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/swaps
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
..
actionable-message Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
awaiting-swap Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
build-quote Reduce calls of the /featureFlag API (#10859) 2021-04-14 04:46:27 -02:30
countdown-timer Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
dropdown-input-pair Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
dropdown-search-list Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
exchange-rate-display Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
fee-card Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
intro-popup Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
loading-swaps-quotes Eliminate artificial delay in swaps loading screen after request loading is complete (#10496) 2021-02-23 13:21:19 -03:30
main-quote-summary Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
searchable-item-list Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
select-quote-popover Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
slippage-buttons Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
swaps-footer Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) 2021-04-21 12:34:35 -07:00
swaps-gas-customization-modal Ensure that the correct default currency symbols are used for fees on the view quote screen (#10753) 2021-03-29 17:00:06 -02:30
view-quote Swaps: Show a network name dynamically in a tooltip (#10882) 2021-04-16 19:22:32 -02:30
index.js Reduce calls of the /featureFlag API (#10859) 2021-04-14 04:46:27 -02:30
index.scss Reapply view quote screen designs (#9905) 2020-12-08 10:47:53 -06:00
swaps-util-test-constants.js Add validation for the fee property from the /trades API response (#10836) 2021-04-06 21:49:55 -02:30
swaps.util.js Change caching for Swaps APIs from 1 hour to 5 minutes (#10871) 2021-04-09 22:29:52 -02:30
swaps.util.test.js Use jest to run ui/**/*.test.js (#10885) 2021-04-15 11:01:46 -07:00