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

Not 'loading' properly on Node #1081

Closed
leobalter opened this issue Dec 11, 2016 · 2 comments
Closed

Not 'loading' properly on Node #1081

leobalter opened this issue Dec 11, 2016 · 2 comments
Assignees
Labels
Type: Bug Something isn't working right.

Comments

@leobalter
Copy link
Member

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() 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.

@leobalter leobalter added the Type: Bug Something isn't working right. label Dec 11, 2016
leobalter added a commit that referenced this issue Dec 14, 2016
Fixes gh-1081

Before this patch, calling QUnit.load() (before or after QUnit.start)
to run the test suite in non-browser environments.
leobalter added a commit that referenced this issue Dec 14, 2016
Fixes gh-1081

Before this patch, calling QUnit.load() (before or after QUnit.start)
to run the test suite in non-browser environments.
leobalter added a commit that referenced this issue Dec 14, 2016
Fixes gh-1081

Before this patch, calling QUnit.load() (before or after QUnit.start)
to run the test suite in non-browser environments.
@getify
Copy link

getify commented Dec 14, 2016

Will this be in a patch release (2.1.1)? Any ETA?

@leobalter
Copy link
Member Author

Yes, this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working right.
Development

No branches or pull requests

2 participants