Is your feature request related to a problem? Please describe.
We have two fixtures.ts files that exist in this project. We don't need both. In fact, they are nearly identical in content.
Describe the solution you'd like
Delete the __tests__/shared/fixtures.ts file. Confirm that all the test files that were relying on this file now point to the other, source-of-truth, src/__tests__/shared/fixtures.ts file
Is your feature request related to a problem? Please describe. We have two
fixtures.ts
files that exist in this project. We don't need both. In fact, they are nearly identical in content.Describe the solution you'd like Delete the
__tests__/shared/fixtures.ts
file. Confirm that all the test files that were relying on this file now point to the other, source-of-truth,src/__tests__/shared/fixtures.ts
fileDescribe alternatives you've considered N/A
Additional context N/A