This website works better with JavaScript.
Explore
Home
Sign In
TheDude
/
ciphermask
Watch
1
Star
0
Fork
You've already forked ciphermask
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14201
Commits
2
Branches
1
Tag
200 MiB
Tag:
Branch:
Tree:
85d3c888ac
develop
feature/default_network_editable
v10.22.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '85d3c888ac'
${ noResults }
ciphermask
/
ui
/
components
/
app
/
srp-input
/
index.js
2 lines
39 B
Raw
Normal View
History
Unescape
Escape
Refactor: Extract SRP input from create vault component (#13720) This is a pure refactor that extracts the SRP input from the `CreateNewVault` component. This is intended to make future changes to the SRP input easier, and to reduce duplication between the old and new onboarding flows. Extensive unit tests have been added for the new SRP input component. A new test library was added (`@testing-library/user-event`) for simulating user events with components rendered using the `@testing-library` library. A new helper method has been added (`renderWithLocalization`) for rendering components using `@testing-library` with just our localization contexts added as a wrapper. The localization contexts were already added by the `renderWithProviders` helper function, but there is no need for a Redux provider in these unit tests.
3 years ago
export
{
default
}
from
'./srp-input'
;