Dmytro Afonin
Dmytro Afonin
The same for me. Looks like if I I have and angular 8 application with default karma.conf. After I added the next config, the generated report does not includes the...
I found a few workarounds on this. 1. Try to add all 4 properties ``` overrideTestDescription: true, testPath: './src', testPaths: ['./src'], testFilePattern: '.spec.ts' ``` 2. the second approach I found...
When should we expect fix?
Indeed downgrading to 5.0.7 works for me as well