Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSTestDriver example using RequireJS #21

Open
geekdave opened this issue Aug 14, 2012 · 0 comments
Open

JSTestDriver example using RequireJS #21

geekdave opened this issue Aug 14, 2012 · 0 comments

Comments

@geekdave
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant