Impossible to run a single Karma test
Whenever I try to start a single test instead I have all tests run. I use WebStorm 2017.2. Does it need a specific configuration? I used a configuration descibed here https://blog.jetbrains.com/webstorm/2017/02/your-first-unit-test-using-angular-cli-karma-and-webstorm/
Please sign in to leave a comment.
Problem is caused by https://github.com/taras42/karma-jasmine-html-reporter/issues/25, workaround will be available in 2017.2.1 - see https://youtrack.jetbrains.com/issue/WEB-27836
Thank you very much for the quick response.