1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/app/scripts/controllers
Mark Stacey f47cfbbb3e
Use strict assertion mode everywhere (#11012)
The `assert` module has two modes: "Legacy" and "strict". When using
strict mode, the "strict" version of each assertion method is implied.
Whereas in legacy mode, by default it will use the deprecated, "loose"
version of each assertion.

We now use strict mode everywhere. A few tests required updates where
they were asserting the wrong thing, and it was passing beforehand due
to the loose matching.
2021-05-07 17:08:24 -02:30
..
ens Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
network Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
permissions
transactions remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
alert.js
app-state.js Fix #10173 - Prevent lag in external monitors when using Mac + Chrome (#10952) 2021-04-30 10:28:07 -05:00
cached-balances.js
cached-balances.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
detect-tokens.js
detect-tokens.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
incoming-transactions.js
incoming-transactions.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
metametrics.js use one segment instance (#10915) 2021-04-26 11:05:43 -05:00
metametrics.test.js use one segment instance (#10915) 2021-04-26 11:05:43 -05:00
onboarding.js
preferences.js add setting to dismiss seed phrase backup reminder (#10967) 2021-05-05 08:58:29 -05:00
preferences.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
swaps.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
swaps.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
threebox.js
token-rates-controller.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
token-rates.js upgrade ethereumjs util (#10886) 2021-04-16 10:05:13 -05:00