jsdoc-parser-extended
Version:
Extended JSDoc parser.
17 lines (13 loc) • 360 B
JavaScript
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');
});
});