bluehalo / mean2-starter

Other
4 stars 0 forks source link

Improve Client Test Speed #146

Open brianghig opened 7 years ago

brianghig commented 7 years ago

The client unit tests can take > 90 seconds, and even moreso with other UI components added in. It looks like we're generating source maps for all tests in order to support code coverage. However, if we do not need code coverage results, we can skip that step to save on the time of running the client-side unit tests.