You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer
I want to set up a testing infrastructure with a dedicated tests folder and example tests
So that I can easily write, organize, and run tests to ensure code quality
Acceptance Criteria (AC)
A tests/ directory exists at the project root
Jest and React Testing Library are installed and configured for TypeScript
A sample test file exists in tests/ and/or as a colocated *.test.ts(x) file
User Story
As a developer
I want to set up a testing infrastructure with a dedicated tests folder and example tests
So that I can easily write, organize, and run tests to ensure code quality
Acceptance Criteria (AC)
tests/directory exists at the project roottests/and/or as a colocated*.test.ts(x)fileREADME.mdDefinition of Done