Search⌘ K

Update AppComponent Test

Explore how to update and manage AppComponent tests in an Angular application. Learn to run tests using the ng test command, handle test failures caused by routing changes, and modify test files to ensure all tests pass smoothly in a client-side Angular app.

We'll cover the following...

Run tests

We haven’t tested our app yet. For now, we only need to update the existing tests that Angular generated when we created our app.

Note: There are two types of application behaviors in this course.

  • One will always have the ng test
...