1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Elliot Winkler 26db0aee46
Convert NetworkController net client tests to TS (#18490)
In order to be able to better compare differences between the version of
NetworkController in this repo and the version in the `core` repo before
we replace this version with the `core` version, this commit converts
the NetworkController network client tests to TypeScript.

The added types here are copied from the `core` repo. We plan on
making more improvements on the `core` side at some point to polish the
tests and types and reduce some of the duplication, but for now we're
just trying to keep things as similar as possible.
2023-04-14 10:21:29 -06:00
..
account-import-strategies
constants
controllers Convert NetworkController net client tests to TS (#18490) 2023-04-14 10:21:29 -06:00
lib Refactor eth_getEncryptionPublicKey handling (#18319) 2023-04-13 09:24:59 +01:00
migrations Ensure that all networkConfiguration object in networkController state have an id (#18513) 2023-04-11 16:46:31 -02:30
platforms
app-init.js
background.js UX: Multichain: App header (#18363) 2023-04-13 22:24:03 +05:30
contentscript.js
detect-multiple-instances.js
detect-multiple-instances.test.js
disable-console.js
first-time-state.js
init-globals.js
inpage.js
lockdown-more.js
lockdown-run.js
metamask-controller.actions.test.js
metamask-controller.js Trigger unlock popup in appStateController using ApprovalController (#18386) 2023-04-14 05:50:17 +01:00
metamask-controller.test.js
sentry-install.js
ui.js
use-snow.js