Reply to 1501949408090357762
@MaritvanDijk77 Unit tests belong to a single unit (in my case there is a 1:1 relationship: module.ts + module.spec.ts), however integration tests usually use many different modules, so there is usually not one place to put them.