mirror of
https://github.com/harish2704/simple-mocha.git
synced 2026-09-10 06:21:08 +00:00
Test for parsing 'it'
This commit is contained in:
@@ -34,5 +34,11 @@ describe( 'Simple before block + it s ', function(){
|
||||
assert( firsDescribeBlock.beforeFn );
|
||||
});
|
||||
|
||||
|
||||
|
||||
it( 'child describeBlock should parse it blocks', function(){
|
||||
assert.equal( firsDescribeBlock.its.length, 2 );
|
||||
});
|
||||
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user