chore(jqLite): fix a typo in a test name

This commit is contained in:
Michał Gołębiowski
2016-09-23 13:14:58 +02:00
parent c8ba433f18
commit 095cacb79b
+1 -1
View File
@@ -598,7 +598,7 @@ describe('jqLite', function() {
describe('attr', function() {
it('should read write and remove attr', function() {
it('should read, write and remove attr', function() {
var selector = jqLite([a, b]);
expect(selector.attr('prop', 'value')).toEqual(selector);