We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9615e commit be88990Copy full SHA for be88990
1 file changed
src/parser/shared/parser/method.parser.spec.ts
@@ -79,7 +79,7 @@ describe('MethodParser', () => {
79
{ name: 'bar', type: 'boolean' },
80
],
81
returnType: 'string',
82
- jsDoc: 'This is a JSDoc comment for myExplicitMethod\n@param foo The foo parameter\n@param bar The bar parameter\n@returns A string value',
+ jsDoc: 'This is a JSDoc comment for myExplicitMethod\n@param The foo parameter\n@param The bar parameter\n@returns A string value',
83
},
84
];
85
0 commit comments