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.