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

Tests: Add dummy modules when running basic tests #2582

Closed

Conversation

gibson042
Copy link
Member

Without this, other modules don't appear in the QUnit module picker.

Ref 855b0c8

Without this, other modules don't appear in the QUnit module picker.

Ref 855b0c8
@mgol
Copy link
Member

mgol commented Sep 8, 2015

Cool, didn't think about it. :) Does the ready module work ok? It's handled in a special way.

LGTM!

@markelog
Copy link
Member

markelog commented Oct 8, 2015

We good here?


url = decodeURIComponent( url.slice( url.indexOf( "swarmURL=" ) + "swarmURL=".length ) );
loadSwarm = url && url.indexOf( "http" ) === 0;
var loadSwarm = ( QUnit.urlParams[ "swarmURL" ] + "" ).indexOf( "http" ) === 0,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, maybe we should add a comment there?

gibson042 added a commit that referenced this pull request Oct 9, 2015
Without this, other modules don't appear in the QUnit module picker.

Ref 855b0c8
Closes gh-2582

(cherry picked from commit f9af896)
@gibson042 gibson042 closed this in f9af896 Oct 9, 2015
@gibson042
Copy link
Member Author

@markelog Done.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants