Skip to content

Commit be771ec

Browse files
committed
testing(require-param): fix test expectation (part of #332)
1 parent b380100 commit be771ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5719,7 +5719,7 @@ export class SomeClass {
57195719
// Message: Missing JSDoc @param "foo" declaration.
57205720

57215721
/**
5722-
*
5722+
* @param
57235723
*/
57245724
function quux (foo) {
57255725

test/rules/assertions/requireParam.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export default {
240240
{
241241
code: `
242242
/**
243-
*
243+
* @param
244244
*/
245245
function quux (foo) {
246246

0 commit comments

Comments
 (0)