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
Branch
move-app-tests
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26763
Build 53094: Build Diffcashtab-tests
Build 53093: arc lint + arc unit