Test for parsing 'it'

This commit is contained in:
2016-04-01 01:06:18 +05:30
parent 75d79358b6
commit d422ecd13d
+6
View File
@@ -34,5 +34,11 @@ describe( 'Simple before block + it s ', function(){
assert( firsDescribeBlock.beforeFn ); assert( firsDescribeBlock.beforeFn );
}); });
it( 'child describeBlock should parse it blocks', function(){
assert.equal( firsDescribeBlock.its.length, 2 );
});
}); });
}) })