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
As you can see here, unless we call QUnit.load() before QUnit.start(), QUnit won't run properly in Node.
We need to make QUnit.start a self method to load and start QUnit without calling anything else. This is the expected behavior reading the api docs.
The good part is that we can remove any sights of 1.x warnings of QUnit.start along.
As I can't commit to any code today, I'm planning to fix this tomorrow - Dec 12 - in the evening (EST), high priority, unless someone wants to fix it before, please just add a comment here.
The text was updated successfully, but these errors were encountered:
We need to make this more friendly on Node.
@getify helped me finding this bug.
As you can see here, unless we call
QUnit.load()
beforeQUnit.start()
, QUnit won't run properly in Node.We need to make
QUnit.start
a self method to load and start QUnit without calling anything else. This is the expected behavior reading the api docs.The good part is that we can remove any sights of 1.x warnings of QUnit.start along.
As I can't commit to any code today, I'm planning to fix this tomorrow - Dec 12 - in the evening (EST), high priority, unless someone wants to fix it before, please just add a comment here.
The text was updated successfully, but these errors were encountered: