1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui
Mark Stacey 7226357422
Fix isMainnet propType error (#12951)
A propType error was showing up during e2e tests with a `testDev`
build. It was caused by `process.env.IN_TEST` being treated as a
boolean, when in fact it is either the string `'true'` or a boolean.

`IN_TEST` has been updated to always be a boolean. `loose-envify` has
no trouble injecting boolean values, so there's no reason to treat this
as a string.
2021-12-02 14:46:46 -03:30
..
__mocks__ Increase Jest unit test coverage for the Swaps feature to ~60% (#11343) 2021-07-02 08:48:34 -05:00
components Fix isMainnet propType error (#12951) 2021-12-02 14:46:46 -03:30
contexts EIP-1559 V2 : Advanced gas fee modal - Max base fee and Priority fee inputs (#12619) 2021-11-29 23:10:48 +05:30
css Revert "Feat/collectibles display (#12873)" (#12934) 2021-12-01 17:46:26 -06:00
ducks Revert "Feat/collectibles display (#12873)" (#12934) 2021-12-01 17:46:26 -06:00
helpers Fix isMainnet propType error (#12951) 2021-12-02 14:46:46 -03:30
hooks Swaps optimizations (#12842) 2021-12-01 12:55:09 -03:30
pages Fix isMainnet propType error (#12951) 2021-12-02 14:46:46 -03:30
selectors add openSeaEnabled preference (#12909) 2021-11-30 22:12:27 -06:00
store Revert "Feat/collectibles display (#12873)" (#12934) 2021-12-01 17:46:26 -06:00
1.INTRODUCTION.stories.mdx Docs/12367 Adding storybook essentials addons (#12393) 2021-10-29 07:22:07 -10:00
2.DOCUMENTATION.stories.mdx Docs/12367 Adding storybook essentials addons (#12393) 2021-10-29 07:22:07 -10:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00