Skip to main content

All Questions

3 votes
1 answer
2k views

JavaScript unit tests in a separate project when using Chutzpah testrunner and requirejs in Visual Studio

I'd like my tests to be in a separated project from the code under test as described in Jasmine in a separate test project. However, the approach with including reference paths in the test files doesn'...
Christian's user avatar
  • 7,730
11 votes
3 answers
3k views

Testing javascript with Chutzpah and requirejs

I just wonder if there is a simple tutorial showing how to test javascript in visual studio with Chutzpah, require.js and jasmine. Basically, i want to run the tests without using an .html file so ...
ppoliani's user avatar
  • 4,854