Related to T2713. Unused BigNumber and currency imports have been removed from chronik.test.js
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABCc7aefa86d285: [Cashtab] Remove all unused imports in chronik.test.js
navigate to web/cashtab/src/utils/__tests__/chronik.test.js
observe that the 'BigNumber' import is no longer present on line 2
observe that the 'currency' import is no longer present on line 1
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Look's like currency is also not used -- please remove all unused imports from chronik.test.js in this diff. thanks!
Comment Actions
Responding to review feedback, removed unused currency import in chronik.test.js and updated diff details to reflect this change.