The generator for @nrwl/angular for karma has out-of-date versions. Some of the features are incompatible with NG13, like coverage reporting. Can we get these up to date?
Motivation
I ran into an issue running unit tests for my angular components when I attempted to turn on coverage reporting. The fix was to upgrade karma, drop the use of karma-coverage-istanbul, add karma-coverage and update the karma.conf.js. It would probably be nice to include an upgrade generator as well.
Suggested Implementation
Just updating the packages and updating the karma.conf template.
Creating an upgrade command to update workspaces
Description
The generator for @nrwl/angular for karma has out-of-date versions. Some of the features are incompatible with NG13, like coverage reporting. Can we get these up to date?
Motivation
I ran into an issue running unit tests for my angular components when I attempted to turn on coverage reporting. The fix was to upgrade
karma
, drop the use ofkarma-coverage-istanbul
, addkarma-coverage
and update the karma.conf.js. It would probably be nice to include an upgrade generator as well.Suggested Implementation
Just updating the packages and updating the karma.conf template. Creating an upgrade command to update workspaces
Alternate Implementations
Got none