Page MenuHomePhabricator

[Cashtab] Convert Config tests to ts
ClosedPublic

Authored by bytesofman on Jul 14 2025, 17:29.

Details

Reviewers
PiRK
emack
Group Reviewers
Restricted Project
Commits
rABC6588b5e89ab9: [Cashtab] Convert Config tests to ts
Summary

Continue incremental conversion of legacy js files to typescript

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Branch
config-test-ts
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33867
Build 67207: Build Diffcashtab-tests
Build 67206: arc lint + arc unit

Event Timeline

remove ai copypasta comment

bytesofman added inline comments.
cashtab/src/components/App/fixtures/mocks.ts
2812

a lot of our token mocks are duplicated in a lot of places. we will need to do some kind of final reconciliation that standardizes the format and keeps them in one place

but for now, adding this mock following the shape of others used is imo acceptable

This revision is now accepted and ready to land.Jul 15 2025, 07:43
This revision was automatically updated to reflect the committed changes.