1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/test/unit/actions
Mark Stacey b0b99fa748
Move action constants to separate module (#8308)
The "global" action constants (the ones previously in `actions.js`)
have been moved to a separate module. This was necessary to avoid a
circular dependency in an upcoming change that was causing problems.

In general the "ducks" pattern of organizing Redux stores does result
in circular dependency problems. This is because reuse of actions
between reducers is encouraged, so it's not uncommon for two reducers
to want to reference an action from the other. Going forward we can
avoid this problem by moving action constants that are shared between
reducers into this shared module.
2020-04-08 21:35:37 -03:00
..
config_test.js Move action constants to separate module (#8308) 2020-04-08 21:35:37 -03:00
set_account_label_test.js Move action constants to separate module (#8308) 2020-04-08 21:35:37 -03:00
set_selected_account_test.js Move action constants to separate module (#8308) 2020-04-08 21:35:37 -03:00
tx_test.js Move action constants to separate module (#8308) 2020-04-08 21:35:37 -03:00
warning_test.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30