Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
locks committed Apr 1, 2020
1 parent eca16e0 commit efc8019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ moduleFor(
this.assertText('Hello');
}

['@test simple curlies inside of a yielded clock should work when the yield is nested inside of another view']() {
['@test simple curlies inside of a yielded block should work when the yield is nested inside of another view']() {
this.registerComponent('kiwi-comp', {
template: '{{#if falsy}}{{else}}{{yield}}{{/if}}',
});
Expand Down

0 comments on commit efc8019

Please sign in to comment.