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

Update grunt-contrib-qunit to latest version #5530

Merged
merged 1 commit into from Jun 5, 2019

Commits on Jun 5, 2019

  1. Update grunt-contrib-qunit to latest version

    We needed to define the `qunit` module in the unit tests because there was a change in grunt-contrib-qunit 0.6.0 that breaks when you define an AMD loader. It expects that the AMD loader is also used to load QUnit, instead of just being used to support the tests, so if you don't define the qunit module it will just hang and do nothing. Luckily we have the helpers file to help us out here, since it allows us to globally define this module.
    kevin-brown committed Jun 5, 2019
    Copy the full SHA
    69aab0e View commit details
    Browse the repository at this point in the history