-
-
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
async beforeEach #186
Comments
The first two things should work (returning a promise or using assert.async). |
ok, the beforeEach() {
return new Promise(() => null);
} doesn't seem delay even in a miliseconds |
What version of ember-qunit? |
qunit:
I'm using |
The ember-qunit version is stored in the |
yep, my mistake. got it after i got out of home. anyway...:
|
I'm pretty sure this works by now, so I'm going to go ahead and close this issue. Please reopen if this is still a problem. |
i need for some acceptance tests to run some async stuff before the the very first test
Promise
didn't word inbeforeEach
done()
method, and i couldn't findapplication.deferReadiness
, didn't worki still don't want to use
ES7 async functions
, so is there a way to solve it?The text was updated successfully, but these errors were encountered: