You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ember-lifeline recently switched to using assertDestroyablesDestroyed from ember-destroyable-polyfill in one of its test helpers. Depending on the version of Ember being used, a very simple test of a very simple component will fail with leftover undestroyed objects. This is the repro repo.
Ember versions that work/don't work
The test in the repro app fails depending on the Ember version being used