Page MenuHomePhabricator

[Cashtab] Move validation out of utils
ClosedPublic

Authored by bytesofman on Jan 18 2024, 17:46.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC96429e14317b: [Cashtab] Move validation out of utils
Summary

As part of ongoing effort to improve organization of functions in Cashtab, move validation out of the utils/ directory and into its own directory.

Update imports, move mocks, delete legacy mocks files in utils/

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

move all validation mocks to validation/fixtures/mocks + delete legacy utils mocks

bytesofman edited the summary of this revision. (Show Details)
bytesofman edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jan 18 2024, 20:14
This revision was automatically updated to reflect the committed changes.