We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are a number of failing tests when using ember's beta release:
env
null
willDestroy
willDestroyElement
mobiledoc-editor
this.$('input').change()
href
link-prompt
The text was updated successfully, but these errors were encountered:
Fix beta tests, update to wormhole ^0.4.1
94eaf6d
Fixes #99
test(beta): Fix beta tests, update to wormhole ^0.4.1 (#108)
d24182b
No branches or pull requests
There are a number of failing tests when using ember's beta release:
env
property is nullified in cards (see Passingenv
attr to component in template results innull
value (on beta, canary) emberjs/ember.js#13907)willDestroy
instead ofwillDestroyElement
inmobiledoc-editor
componentthis.$('input').change()
does not result in ember updating thehref
property of thelink-prompt
component, causing some tests to failThe text was updated successfully, but these errors were encountered: