Add support for CoffeeScript tests to support JS Unit Tests syntax for dependencies

1
Voted

I write my jasmine specs in coffeescript and want to run them using Resharper test runner for Javascript. I use Web Workbench to monitor and compile them to javascript continuously. Then Resharper is able to run the specs. The problem is that when compiled to Javascript, a wrapper function is created and there is no way to get the reference to my script that I want to test on top of the file. Since the Resharper testrunner for Javascript as well as JS Unit Tests requires it to be on the top, it does not load the dependency. Therefore I have to modify the compiled file to make the dependencies work.

refer: http://www.mindscapehq.com/forums/thread/482718

Status: New