Scaffolding
Each business module should have own tests in __tests__ folder. Each test file will represent a group of features that are related. You should call the folder like __tests__ that is the standar defined by jest. Other folders should follow this rule too :
__mocks__
__snapshots__
e.g:
