How would you run unit test?

Technology CommunityCategory: AngularHow would you run unit test?
VietMX Staff asked 3 years ago

The Angular CLI downloads and install everything you need to test an Angular application with the Jasmine test framework.

The project you create with the CLI is immediately ready to test. Just run this one CLI command:

ng test