Removed unused imports from useBCH.test.js, related to T2714.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC5fa5f1098e02: [Cashtab] Remove unused imports useBCH.test.js
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
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks good - please rebase as the recently landed diff removing getPublicKey functions had some impact to this file.