Chi Kei Chan
31175625b4
Folder restructure ( #6304 )
...
* Remove ui/app/keychains/
* Remove ui/app/img/ (unused images)
* Move conversion-util to helpers/utils/
* Move token-util to helpers/utils/
* Move /helpers/*.js inside /helpers/utils/
* Move util tests inside /helpers/utils/
* Renameand move confirm-transaction/util.js to helpers/utils/
* Move higher-order-components to helpers/higher-order-components/
* Move infura-conversion.json to helpers/constants/
* Move all utility functions to helpers/utils/
* Move pages directory to top-level
* Move all constants to helpers/constants/
* Move metametrics inside helpers/
* Move app and root inside pages/
* Move routes inside helpers/
* Re-organize ducks/
* Move reducers to ducks/
* Move selectors inside selectors/
* Move test out of test folder
* Move action, reducer, store inside store/
* Move ui components inside ui/
* Move UI components inside ui/
* Move connected components inside components/app/
* Move i18n-helper inside helpers/
* Fix unit tests
* Fix unit test
* Move pages components
* Rename routes component
* Move reducers to ducks/index
* Fix bad path in unit test
6 years ago
Whymarrh Whitby
e68008edf4
Remove first-time and navigate-txs integration tests
6 years ago
brunobar79
ffaca7971a
fix mock-dev.js warnings
6 years ago
brunobar79
a8f745f9fe
eslint --fix .
6 years ago
Alexander Tseung
037d6e6624
Fix integration tests
7 years ago
Vincent
0e28e8fa3d
Moved mock-dev.js and ui-dev.js to development folder.
7 years ago
kumavis
85d48b4fb7
deps - remove unused missippi dep
7 years ago
Dan J Miller
a7bfea51e5
Integration tests for signature requests confirmations. ( #3194 )
7 years ago
Thomas
d59136eb49
Add ExtensionPlatform = 'development' to mockUi
7 years ago
frankiebee
4e57cdf8b3
stub platform
7 years ago
kumavis
b53d04c409
tests - integration - get flat and mascara tests closer to compatible
7 years ago
kumavis
56db3999ad
tests - start migrating mascara tests to karma
7 years ago
kumavis
0e70366e9c
test - integration - drop testem for karma
7 years ago
Dan Finlay
05080d1c50
Fix UI Dev Mode for Tx Approval
...
The state object had been changed, but our mock states for tx approval were using the old keys.
Rather than try to muck about and figure out each and every change, I've re-generated a UI dev state for tx approval, which should help @zanibas on his current project.
We can continue adding new dev states as needed from here. If anyone catches a state that doesn't render correctly, it's worth checking if a new snapshot doesn't solve things.
Debugged by adding new debugging loggers, and I've left them in place for easier future debugging.
8 years ago
Dan Finlay
b2c68c9ea3
Set default log levels
8 years ago
Dan Finlay
8aca5bf4b5
Add debug logging to ui routing logic.
8 years ago
kumavis
bcff47d9aa
test - mock-dev - expose metamaskController for debugging
8 years ago
kumavis
d326e7d11e
tests - mock-dev - remove persistence
8 years ago
kumavis
0f33acb80c
mock-dev - cleanup missing polyfill
8 years ago
kumavis
76ce348a04
obs-store - use published module
8 years ago
kumavis
3bc996878b
background - move pojo migrator to outside of metamask controller
8 years ago
kumavis
8012ede126
background - introduce ObservableStore
8 years ago
Frances Pangilinan
6e78494846
First pass at revision requests
8 years ago
Dan Finlay
93c0a6826a
Fix integration test suite
8 years ago
Dan Finlay
7d7cb9af9d
Fix background connection references
8 years ago
Kevin Serrano
ad3fa24a28
Intermediary commit.
8 years ago
Dan Finlay
a5cfa937ef
Add state selector to mock-dev server used by UI tests
8 years ago
Dan Finlay
5b4e2ffeac
Add mock dev mode
8 years ago