MCPcopy
hub / github.com/jsdoc/jsdoc / const.js

File const.js

test/specs/documentation/const.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe('const declarations', () => {
2 it('should automatically set the doclet.kind to "constant" for const declarations', () => {
3 const docSet = jasmine.getDocSetFromFile('test/fixtures/constanttag.js');
4 const myPocket = docSet.getByLongname('myPocket')[0];

Callers

nothing calls this directly

Calls 3

describeFunction · 0.85
itFunction · 0.85
expectFunction · 0.85

Tested by

no test coverage detected