ember-network
ember-network copied to clipboard
Testing when used inside component
Is this compatible with the wait
test helper?
I'm using fetch
inside a component and I need to write an integration test for my component. I can't escape the error Assertion after the final
assert.async was resolved
though. I've tried several techniques to no avail.
Sadly, wait
is jquery.ajax
bound at the moment: https://github.com/emberjs/ember-test-helpers/blob/master/lib/ember-test-helpers/wait.js#L23