Skip to main content

22-07-28 - Tests Folder

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.

Pros​

  • Centralize all testsβ€”unit, integration, e2e...β€”in one folder.

Cons​

  • Unit tests would be distant from the related code.