FCCColumbus / FCCColumbus/cbus-web
App test snapshot is redundant
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
[App.test.js.snap](https://github.com/FCCColumbus/cbus-web/blob/dev/src/test/__snapshots__/App.test.js.snap) is redundant since we have tests for each component. It is unnecessary for test snapshots to be updated in multiple places when components are modified
We will need to refactor [App.test.js](https://github.com/FCCColumbus/cbus-web/blob/dev/src/test/App.test.js) to eliminate the need for [App.test.js.snap](https://github.com/FCCColumbus/cbus-web/blob/dev/src/test/__snapshots__/App.test.js.snap)
[App.test.js](https://github.com/FCCColumbus/cbus-web/blob/dev/src/test/App.test.js) is still needed to test the order of the components on the page
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.