Formatting functions formerly found in utils/validation.js have been moved into a seperate formatting.js file. As well, the tests for these functions have been removed from validation.test.js into a formatting.test.js file.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABCe0f1fe857e1f: [Cashtab] Move formatting functions and tests to their own util files
cd web/cashtab
grep -r 'formatDate' src/
ensure all imports have been updated
grep -r 'formatFiatBalance' src/
ensure all imports have been updated
grep -r 'formatSavedBalance' src/
ensure all imports have been updated
grep -r 'formatBalance' src/
ensure all imports have been updated
run npm test
ensure all tests pass
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable