Browse Source

Test for parsing 'it'

refactor
Harish.K 10 years ago
parent
commit
d422ecd13d
  1. 6
      test/simple-mocha.spec.js

6
test/simple-mocha.spec.js

@ -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 );
});
});
})

Loading…
Cancel
Save