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

import QUnit from "???"; #146

Closed
williamsbdev opened this issue Feb 27, 2015 · 2 comments
Closed

import QUnit from "???"; #146

williamsbdev opened this issue Feb 27, 2015 · 2 comments

Comments

@williamsbdev
Copy link

When I upgraded to ember-cli@0.1.15, the global QUnit was removed from the tests/.jshintrc. I have added it back but in order to remove that, where would I import QUnit from?

@williamsbdev williamsbdev changed the title import QUnit from ???? import QUnit from "???"; Feb 27, 2015
@rwjblue
Copy link
Member

rwjblue commented Feb 27, 2015

import QUnit from 'qunit';

@rwjblue rwjblue closed this as completed Feb 27, 2015
@williamsbdev
Copy link
Author

Thank you! This is exactly what I needed. I was attempting to do:

import {QUnit} from "qunit";

similar to how it is done with:

import {test, module} from "qunit";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants