Currently there is a simple-component.spec.ts and complex-component.spec.ts which contain tests for multiple components in the basic catalog. We should split these into one test file per component that they are testing. This will produce smaller files, with less shared test setup, reducing complexity. Also will reduce the chances of having merge conflicts on these files.
Currently there is a simple-component.spec.ts and complex-component.spec.ts which contain tests for multiple components in the basic catalog. We should split these into one test file per component that they are testing. This will produce smaller files, with less shared test setup, reducing complexity. Also will reduce the chances of having merge conflicts on these files.