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.