Skip to content

Commit be88990

Browse files
committed
test: 💍 update method.parser.spec.ts to adjust jsDoc expectations
1 parent fd9615e commit be88990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/shared/parser/method.parser.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('MethodParser', () => {
7979
{ name: 'bar', type: 'boolean' },
8080
],
8181
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',
82+
jsDoc: 'This is a JSDoc comment for myExplicitMethod\n@param The foo parameter\n@param The bar parameter\n@returns A string value',
8383
},
8484
];
8585

0 commit comments

Comments
 (0)