Page MenuHomePhabricator

[Cashtab] Move app tests to appropriate dir level
ClosedPublic

Authored by bytesofman on Jan 30 2024, 21:22.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Commits
rABC467cd6233d3c: [Cashtab] Move app tests to appropriate dir level
Summary

App.js is at the top level of src/components. It's test should also be at the top level, at src/somponents/__tests__

It is instead at src/components/Common/__tests__. This is the result of an error when creating directories.

Test Plan

npm test

Diff Detail

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