Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bd0d5a5

Browse files
committed
chore(jqLite): fix a typo in a test name
1 parent 1d0fcae commit bd0d5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jqLiteSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ describe('jqLite', function() {
598598

599599

600600
describe('attr', function() {
601-
it('should read write and remove attr', function() {
601+
it('should read, write and remove attr', function() {
602602
var selector = jqLite([a, b]);
603603

604604
expect(selector.attr('prop', 'value')).toEqual(selector);

0 commit comments

Comments
 (0)