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

Fix node tests. #12440

Merged
merged 1 commit into from
Oct 5, 2015
Merged

Fix node tests. #12440

merged 1 commit into from
Oct 5, 2015

Commits on Oct 5, 2015

  1. Fix node tests.

    QUnit 1.19 was released and changed the way the npm package exports its
    value (it no longer sets up `global.QUnit` and all the assertion methods
    automatically).
    
    This updates to a better pattern of importing `QUnit` and using the
    `assert` argument for assertions.
    rwjblue committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    05e5feb View commit details
    Browse the repository at this point in the history