Skip to content

Commit

Permalink
fixing chainability tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amerikan committed Jun 18, 2015
1 parent 317be9d commit 08a62ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
var el = $el[0];
var placeholder = el.getAttribute('placeholder');

strictEqual($el.placeholder(), $el, 'should be chainable');
deepEqual($el.placeholder(), $el, 'should be chainable');

strictEqual(el.value, placeholder, 'should set `placeholder` text as `value`');
strictEqual($el.prop('value'), '', 'propHooks works properly');
Expand Down

0 comments on commit 08a62ba

Please sign in to comment.