Skip to content

Commit

Permalink
jQuery syntax
Browse files Browse the repository at this point in the history
$ was omitted
  • Loading branch information
aceofspades committed Sep 4, 2015
1 parent 65a9440 commit cb2c2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test('it renders', function(assert) {
{{ x-foo value=value action="result" }}
`);

assert.equal(this.('div>.value').text(), 'cat', 'The component shows the correct value');
assert.equal(this.$('div>.value').text(), 'cat', 'The component shows the correct value');

this.$('button').click();
});
Expand Down

0 comments on commit cb2c2ff

Please sign in to comment.