DEV Community

Discussion on: Unit Testing in Angular - To TestBed or NOT to TestBed

Collapse
 
flamesoff profile image
Artem

Testing with TestBed is NOT unit, it's Integrational. It's a different level of testing.
And yes, after many years of development I came to conclusion that testing with the TestBed is a pure waste of time.
In the same time unit tests are complete opposite, unit tests are crucial, helpful and easy to maintain.