Skip to content

Commit

Permalink
Remove unused states (#8345)
Browse files Browse the repository at this point in the history
These state files were snapshots of the Redux state used for
integration tests that have since been removed. Only three of these
states were still used - the three that correspond with the remaining
integration tests.

The default state used when the test environment is spun up was changed
to be the first of these three (`confirm sig requests`) so that the old
default state could safely be removed as well.
  • Loading branch information
Gudahtt authored Apr 16, 2020
1 parent 5ee1291 commit c2e95d8
Show file tree
Hide file tree
Showing 38 changed files with 1 addition and 6,016 deletions.
2 changes: 1 addition & 1 deletion development/mock-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (routerPath) {
queryString = qs.parse(routerPath.split('?')[1])
}

selectedView = queryString.view || 'send new ui'
selectedView = queryString.view || 'confirm sig requests'
const firstState = states[selectedView]
updateQueryParams(selectedView)

Expand Down
161 changes: 0 additions & 161 deletions development/states/account-detail-with-shapeshift-tx.json

This file was deleted.

127 changes: 0 additions & 127 deletions development/states/account-detail-with-transaction-history.json

This file was deleted.

85 changes: 0 additions & 85 deletions development/states/account-detail.json

This file was deleted.

Loading

0 comments on commit c2e95d8

Please sign in to comment.