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

QUnit.module support? #196

Closed
asakusuma opened this issue Oct 2, 2015 · 2 comments
Closed

QUnit.module support? #196

asakusuma opened this issue Oct 2, 2015 · 2 comments

Comments

@asakusuma
Copy link

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.

@ef4
Copy link
Collaborator

ef4 commented Oct 2, 2015

You can import { module, test } from 'qunit' when you don't want anything special from ember-qunit.

@asakusuma
Copy link
Author

Works perfectly, thanks @ef4, closing.

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