nkowaokwu / igbo_api

An API exposing Igbo words, definitions, and more
https://igboapi.com
Apache License 2.0
316 stars 141 forks source link

Delete Duplicate `__tests__/shared/fixtures.ts` file #805

Closed ijemmao closed 3 weeks ago

ijemmao commented 2 months ago

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

Describe alternatives you've considered N/A

Additional context N/A