Multiple Jasmine tests created per actual test
When we create a Jasmine test and try to run it using Resharper 2017.1 VisualStudio 2015 plugin, we get multiple "tests" instead. As you can see in the attached image, it creates a test per character in the description of it() or describe(). This occurs when we modify the description in those two methods and then save the JS file.
The only temporary solution that we have is to right-click on the Javascript file and click "Exclude from Project" and then right-click on it again to "Include in Project".

Please sign in to leave a comment.
Moved to ReSharper Community