Replies: 1 comment
-
|
Same issue as #9811. Root cause is on Angular side and fixed angular/angular-cli#32718. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Angular
21.x.xproject with vitest4.0.8and coverage-v84.0.18.Somehow I got multiple
);coverage issues in multiple files after runningng test. It seems because of this I am unable to get 100% on unit-test coverage. Does anyone know what kind of issue this is and/or how this can be fixed?Some project information:
package.json:
angular.json:
vitest.config.ts:
test-setup.ts:
Beta Was this translation helpful? Give feedback.
All reactions