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

Correct invalid QUnit imports. #757

Merged
merged 1 commit into from
Sep 16, 2020
Merged

Correct invalid QUnit imports. #757

merged 1 commit into from
Sep 16, 2020

Commits on Sep 16, 2020

  1. Correct invalid QUnit imports.

    Using `import QUnit from 'qunit';` is _actually_ invalid. There **is
    no** default export from QUnit itself. The way this was working is that
    it has been relying on `loader.js`'s behavior when a module does not
    include a default export (it makes `moduleExports.default =
    moduleExports`).
    rwjblue committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    099da91 View commit details
    Browse the repository at this point in the history