fix: remove stray console.log()

This commit is contained in:
Jeff Williams 2023-03-11 16:28:18 -08:00
parent 9f5cac2d0d
commit 118f3842e0
No known key found for this signature in database

View File

@ -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];