| 1 | describe('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]; |