-
Notifications
You must be signed in to change notification settings - Fork 29
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
Race Conditions #11
Comments
From my cursory glance, it seems like disabling |
@trentmwillis is there a way to set that configurable before QUnit is loaded? |
Unfortunately no, at least no way that I am aware of. |
@trentmwillis any apposition to me submitting a PR for it? |
For pre-configuring QUnit? I'm not opposed, but we'd probably want to open it up for discussion with the rest of the team to determine an API |
@trentmwillis maybe a meta tag? Ya, i'll try to open a discussion later this week. |
Solution is most likely to do the following:
QUnit.start()
@trentmwillis thoughts on the QUnit side? If you have a better idea for coordinating the runner + qunit boot.
The text was updated successfully, but these errors were encountered: