mirror of
https://github.com/harish2704/simple-mocha.git
synced 2026-09-10 06:21:08 +00:00
Fix
This commit is contained in:
@@ -30,7 +30,7 @@ DescribeBlock.prototype.__defineGetter__( 'children', function(){
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
DescribeBlock.prototype.__defineGetter__( 'children', function(){
|
DescribeBlock.prototype.__defineGetter__( 'its', function(){
|
||||||
return this.tasks.filter( function( task ){
|
return this.tasks.filter( function( task ){
|
||||||
return task instanceof ItBlock;
|
return task instanceof ItBlock;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user