ember.js
ember.js copied to clipboard
Add failing test for current-when
Failing test for a scenario where using current-when
is not working as expected.
I've set up a simple Twiddle, showing that it works as expected without route params, but if route params are introduced, it does not work.
Can you migrate this to a QUnit todo?
Sadly, I don't think we can use todo's just yet (testem doesn't support them).
Ah darn :/ Apologies for the suggestion.
:umbrella: The latest upstream changes (presumably #15319) made this pull request unmergeable. Please resolve the merge conflicts.
Sadly, I don't think we can use todo's just yet (testem doesn't support them).
Fixed :) https://github.com/testem/testem/pull/1400
Is this still relevant?