UNPKG

jsdoc-parser-extended

Version:
17 lines (13 loc) 360 B
describe('CJS::Parser - Generating contexts', function() { // TODO describe('ObjectExpression', function() { it('should parse properties'); }); describe('FunctionExpression', function() { it('should parse parameters'); it('should parse return value'); }); describe('Literal', function() { it('should parse the value'); }); });