-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Exporting QUnit.push
#140
Comments
I'd definitely suggest following the QUnit 2.x way of this, but you can import the global via: import QUnit from 'qunit'; |
Ok, I refactored my approach to use Currently I'm storing my extension to
I guess there is a better approach. #edit |
Is there any way to call
QUnit.push()
without using global variable or is it ok to use QUnit without usingimport
. I'm asking because following approaches don't work(push is not exported from qunit.js and ember-qunit.js`:or
So I have to use
QUnit.push()
instead of importing method and usingpush()
.Will you support this? It seems intuitive.
The text was updated successfully, but these errors were encountered: