File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ describe('jqLite', function(){
470
470
} ) ;
471
471
472
472
473
- it ( 'should return empty set when no parent' , function ( ) {
473
+ it ( 'should return empty set when no parent' , function ( ) {
474
474
var element = jqLite ( '<div>abc</div>' ) ;
475
475
expect ( element . parent ( ) ) . toBeTruthy ( ) ;
476
476
expect ( element . parent ( ) . length ) . toEqual ( 0 ) ;
@@ -489,7 +489,7 @@ describe('jqLite', function(){
489
489
} ) ;
490
490
491
491
492
- describe ( 'next' , function ( ) {
492
+ describe ( 'next' , function ( ) {
493
493
it ( 'should return next sibling' , function ( ) {
494
494
var element = jqLite ( '<div><b>b</b><i>i</i></div>' ) ;
495
495
var b = element . find ( 'b' ) ;
@@ -499,7 +499,7 @@ describe('jqLite', function(){
499
499
} ) ;
500
500
501
501
502
- describe ( 'find' , function ( ) {
502
+ describe ( 'find' , function ( ) {
503
503
it ( 'should find child by name' , function ( ) {
504
504
var root = jqLite ( '<div><div>text</div></div>' ) ;
505
505
var innerDiv = root . find ( 'div' ) ;
You can’t perform that action at this time.
0 commit comments