Page MenuHomePhabricator

[Cashtab] Remove unused imports useBCH.test.js
ClosedPublic

Authored by kieran709 on Oct 10 2022, 13:40.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC5fa5f1098e02: [Cashtab] Remove unused imports useBCH.test.js
Summary

Removed unused imports from useBCH.test.js, related to T2714.

Test Plan

cd web/cashtab && npm start
navigate to cashtab/src/hooks/__tests__/useBCH.test.js
observe that there are no unused imports

npm test

all tests should pass

Diff Detail

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

Event Timeline

Looks good - please rebase as the recently landed diff removing getPublicKey functions had some impact to this file.

This revision now requires changes to proceed.Oct 12 2022, 16:08

Responding to review feedback, rebased & added test comment.

This revision is now accepted and ready to land.Oct 18 2022, 22:48