This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Commit 647eb9d
authored
Refactor controller initialization in tests (#251)
* Refactor controller initialization in tests
Each test now uses a helper function to construct the keyring
controller rather than using `beforeEach`. This eliminates redundant
redundancy in cases where the controller was being overwritten, and
makes it easier for future tests to customize how the controller is
initialized.
* Remove unnecessary submit password step
* Simplify types1 parent f0baaac commit 647eb9d
1 file changed
+218
-26
lines changed
0 commit comments