-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
moduleForComponent accepts 3 or 1 argument, should also accept 2 #52
Comments
This has been resolved and released in #48 and released as [email protected]. It is also included in [email protected]. |
Whoops, wait, let me confirm that... |
I'm running [email protected], that introduced the failures for me (upgraded from 0.2.3) |
The ember-cli version is not directly related to the version of this library (though it does ship with a default). What version of ember-qunit are you using? |
|
Thanks for the quick response! |
Released as v0.3.4 of ember-qunit (and 0.4.6 of ember-test-helpers). |
Works:
moduleForComponent('pie-chart');
Works:
moduleForComponent('pie-chart', 'PieChartComponent', {});
Errors:
moduleForComponent('pie-chart', 'PieChartComponent');
/cc @sbl
The text was updated successfully, but these errors were encountered: