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

Commit 6eeb9fa

Browse files
committed
chore(jqLite): fix a typo in a test name
1 parent 25a2db1 commit 6eeb9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jqLiteSpec.js

Lines changed: 1 addition & 1 deletion
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)