DEV Community

Discussion on: How to Speed Up Angular Tests

 
aumayeung profile image
John Au-Yeung

But we still have to put dependencies in declarations right?

Thread Thread
 
layzee profile image
Lars Gyrup Brink Nielsen

Not with shallow components tests using NO_ERRORS_SCHEMA.

Thread Thread
 
aumayeung profile image
John Au-Yeung

That's great. It's annoying to have to put everything in the TestBed module.

Anything in Angular is more complex than the other frameworks.