@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.
A static archive of Markus Tacker's tweets. Follow me on Mastodon: @[email protected].
@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.