Commit graph

5 commits

Author SHA1 Message Date
David Laganiere
e8413fecf0
test(HomeLoggedIn): add snapshot tests 2023-02-26 16:45:03 -05:00
David Laganiere
ff96b43758
test(Bar): add snapshot tests 2023-02-26 10:07:52 -05:00
David Laganiere
8cf996eed6
test(NetworkManagement): add tests for component 2023-01-25 07:17:39 -05:00
David Laganiere
04c3f267a7
test: add tests for NetworkButton component 2023-01-15 10:40:56 -05:00
David Laganiere
8931a780aa
test: reorganize folder structure and files
The specific test files used for snapshots only have been integrated in
each component's test file so that all tests, including the snapshot are
located in a single test file.

Also as more tests were added, it seems like a better idea to have test
data in a separate file on its own rather than import test data from
another test file.

FInally, with all these changes, Jest wanted to have snapshots taken
again thus why the snapshot files were updated too.
2023-01-15 10:39:35 -05:00