Use Karma for JS-test with Jasmine, or add option to disable Jasmine support

Hi

I have some Jasmine test where I have a working setup for Karma to run the test.

But R# Testrunner detect the test, but cannot run them, cause the used files are not referenced with ///<reference path="....."/>.

It would be nice if R# could use the Karma configuration (karma.conf.js) or at least an option to disable Jasmine test. There is an "Enable Jasmine Support" in the Options -> Tools -> Unit Testing -> JavaScript Tests" but it still detect and fails the test

3

Please sign in to leave a comment.