How to get more verbose output from "ng test" configuration

2.5k views Asked by At

In short, I am looking for a way to get more verbose output from ng test.

I am not looking for more test output, but more verbose feedback on the configuration.

I am trying to configure a project, and I get very little feedback from the CLI when something is incorrectly configured.

For example, when running ng test, I currently get a chrome window hosting jasmine, but with 0 specs found, and a 404 for http://localhost:9876/karma_webpack/main.js.

0

There are 0 answers