Why not use a separate test folder?
Closed this issue · 3 comments
Alxandr commented
Is there a good reason for having the tests in the same folder?
bitjson commented
It's basically a preference thing – I personally prefer it because it encourages better testing practices (keeping tests small, atomic, and easy to maintain). Angular 2 mentions their reasoning for recommending this setup in their docs.
bitjson commented
(Closing this for now, but please let me know if I should reopen.)
Alxandr commented
No, I agree. It's a preference thing. I just find it sort of unwieldy. But I'll just change that for myself.