Originally created by: supreme-gg-gg
Originally owned by: supreme-gg-gg
Is your feature request related to a problem? Please describe.
Currently CI only tests if the program compiles and runs or not. There already exists a simple yet functional mocking system in App.mock.tsx with mock data that reflects the API results. [#122]
Describe the solution you'd like
Adding this test acts as a bare minimum check for if the components created will render or not, targeting the two main pages chat UI and feeds UI. This makes sure there are no breaking changes, while not requiring any actual API calls since it would be very difficult.
Describe alternatives you've considered
We have briefly discussed this in [#140], this seems like the best balance between testing setup effort and effectiveness
Additional context
Add any other context or screenshots about the feature request here.
Originally posted by: supreme-gg-gg
Done
Ticket changed by: supreme-gg-gg