|
|
|
|
|
by DavidWoof
3153 days ago
|
|
Not really. Testing components is still really a pain: there's lots of boilerplate and the tests are extremely slow. In a medium-size project, they're far too slow to treat as unit tests: I break out all the TestBed stuff into a separate karma integration test config. Angular is in desperate need of something like Enzyme. |
|