JSTestDriver example using RequireJS
geekdave opened this issue · 0 comments
geekdave commented
First of all, thanks for the awesome library and great JSTestDriver example!
I'm struggling to get my tests working because my project uses RequireJS for dependency management. My pavlov tests, themselves, also are RequireJS AMD modules, which in turn have dependencies on the modules under test.
I have one common main.js file which is shared between my normal index.html file that loads the UI, and my test.html file which invokes the QUnit/Pavlov test runner.
My issue is that using the included JSTestDriver example, my RequireJS tests are not getting picked up.
Any help would be greatly appreciated!