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

Fix the build (skipping a willDestroyElement test) for canary builds. #179

Merged
merged 1 commit into from
Sep 17, 2016

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Sep 17, 2016

The component unit test for willDestroyElement is failing due to an issue with Ember 2.9-beta (and canary) where willDestroyElement is triggered after the component has been transitioned to the destroying state (and therefore has no element).

Will be working on this upstream to fix, but this demonstrates that the remainder of the tests (including component unit tests) are passing on beta and canary.

The component unit test for `willDestroyElement` is failing due to an
issue with Ember 2.9-beta (and canary) where willDestroyElement is
triggered after the component has been transitioned to the `destroying`
state (and therefore has no element).

Will be working on this upstream to fix, but this demonstrates that the
remainder of the tests (including component unit tests) are passing on
beta and canary.
@rwjblue rwjblue merged commit 77f9a53 into emberjs:master Sep 17, 2016
@rwjblue rwjblue deleted the fix-build-on-canary branch September 17, 2016 03:01
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

Successfully merging this pull request may close these issues.

1 participant