mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
7226357422
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. |
||
---|---|---|
.. | ||
token-list | ||
token-search | ||
import-token.component.js | ||
import-token.container.js | ||
import-token.stories.js | ||
import-token.test.js | ||
index.js | ||
index.scss |