You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that Ember QUnit does not support QUnit.module. Is there a reason for this?
I want to test a plain Ember.Object class that isn't registered in a container, and I am unaware of way to do that with any of the 3 documented module definition functions provided.
I tried just writing tests without declaring a module, and the test reporter classifies the tests as JSHint tests.
The text was updated successfully, but these errors were encountered:
I've noticed that Ember QUnit does not support
QUnit.module
. Is there a reason for this?I want to test a plain Ember.Object class that isn't registered in a container, and I am unaware of way to do that with any of the 3 documented module definition functions provided.
I tried just writing tests without declaring a module, and the test reporter classifies the tests as JSHint tests.
The text was updated successfully, but these errors were encountered: