Commit graph

11 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
David Laganiere
d4fbd8f9d4
fix: make imports clearer for components 2023-01-04 21:51:46 -05:00
David Laganiere
d7ba09e6b5
fix: improve how components are imported 2023-01-04 19:29:18 -05:00
David Laganiere
64d7ef1961
refactor: remove unecessary commented out code 2023-01-04 08:58:13 -05:00
David Laganiere
ca469ec2c6
fix: convert syntax from CommonJS to ES6 2023-01-04 08:57:15 -05:00
David Laganiere
ce59c1c3ce
test: tests for NetworkHeader component 2023-01-04 07:40:28 -05:00
David Laganiere
f69d82e4dc
test: tests for HomeLoggedOut component 2023-01-03 19:10:51 -05:00