Proposalβ
What about using a unique folder for all tests as Next.js does? The test
folder would be at the same level of the src
folder.
- Centralize all testsβunit, integration, e2e...βin one folder.
- Unit tests would be distant from the related code.