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.
Differential D15333
[Cashtab] Move app tests to appropriate dir level bytesofman on Jan 30 2024, 21:22. Authored by Tags None Subscribers None
Details
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. npm test
Diff Detail
|