Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ moduleFor('Components test: sendAction', class extends RenderingTest {
this.assertNamedSendCount('didStartPlaying', 1);
}

['@htmlbars Calling sendAction on a component with a {{mut}} attr calls the function with arguments']() {
['@test Calling sendAction on a component with a {{mut}} attr calls the function with arguments']() {
this.renderDelegate('{{action-delegate playing=(mut playing)}}', {
playing: null
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ moduleFor('Syntax test: {{#each as}}', class extends EachTest {
this.assertInvariants(oldSnapshot, this.takeSnapshot());
}

[`@htmlbars it renders all items with duplicate key values`]() {
[`@test it renders all items with duplicate key values`]() {
this.render(`{{#each list key="text" as |item|}}{{item.text}}{{/each}}`, {
list: emberA([{ text: 'Hello' }, { text: 'Hello' }, { text: 'Hello' }])
});
Expand Down
243 changes: 0 additions & 243 deletions packages/ember-views/tests/views/view/view_lifecycle_test.js

This file was deleted.