angular-university / angular-testing-course

Angular Testing Course - A complete guide to Angular Unit Testing and E2E Testing
MIT License
295 stars 655 forks source link

Update karma.conf.js with missing plugin #38

Open MindaugasJasiunas opened 2 years ago

MindaugasJasiunas commented 2 years ago

Missing plugin added. Otherwise error thrown when generating code coverage. Error thrown when running "ng test --watch=false --codeCoverage". Error message ":ERROR [reporter]: Can not load reporter "coverage", it is not registered! Perhaps you are missing some plugin?".