You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: