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 1. Not block builds (no Github Action usage) and 2. Not run on an Git hooks (e.g. using `Husky`)
As a developer, I can run
yarn testwhich allows me to run my Testing Library TestsWe 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
Husky)