mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix: remove stray console.log()
This commit is contained in:
parent
9f5cac2d0d
commit
118f3842e0
@ -16,8 +16,6 @@
|
||||
describe('@default tag', () => {
|
||||
const docSet = jsdoc.getDocSetFromFile('test/fixtures/defaulttag.js');
|
||||
|
||||
console.log(`!!!!!!!!!\n${JSON.stringify(docSet, null, 2)}`);
|
||||
|
||||
it("When symbol set to null has a @default tag with no text, the doclet's defaultValue property should be: null", () => {
|
||||
const request = docSet.getByLongname('request')[0];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user