How would you run unit test? Technology Community › Category: Angular › How would you run unit test? 0 Vote Up Vote Down VietMX Staff asked 4 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