Hey i created a new project with latest angular cli. It creates a project that uses jasmine as the testing framework. I wanted to use mocha.
I added the required plugins following the project https://github.com/arranbartish/angular-cli-seed/blob/master/karma.conf.js
I get the following error when running test using command ng test
Has anybody faced an error or is there a way to figure out what is generating this issue.