qUnit + keeping tests in separate projects
Is it possible to use the ReSharper test-runner for qUnit while keeping the tests in a separate project (as I'm wont to do)? When I tried it, the tests couldn't find the classes I depended on. However, when I moved the test into the same project as the code I'm testing, it worked fine.
Please sign in to leave a comment.