This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Description
As a developer, I can run yarn test which allows me to run my Testing Library Tests
We are not intended to enforce this but allowing those who would like to use it (e.g. TDD or bug isolation) to do so.
Additionally, this will
- Not block builds (no Github Action usage) and
- Not run on an Git hooks (e.g. using
Husky)