mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
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. |
||
---|---|---|
.. | ||
optimism | ||
build-types.js | ||
common.util.js | ||
common.util.test.js | ||
confirm-tx.util.js | ||
confirm-tx.util.test.js | ||
conversions.util.js | ||
conversions.util.test.js | ||
fetch-with-cache.js | ||
fetch-with-cache.test.js | ||
formatters.js | ||
hardware.js | ||
i18n-helper.js | ||
i18n-helper.test.js | ||
icon-factory.js | ||
is-mobile-view.js | ||
metric.test.js | ||
metrics.js | ||
storage-helpers.js | ||
switch-direction.js | ||
token-util.js | ||
transactions.util.js | ||
transactions.util.test.js | ||
tx-helper.js | ||
tx-helper.test.js | ||
util.js | ||
util.test.js | ||
webcam-utils.js |