Skip to content

Commit 9fab87c

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

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
@@ -5606,7 +5606,7 @@ function quux (foo) {
56065606
// Message: Missing JSDoc @param "foo" declaration.
56075607

56085608
/**
5609-
*
5609+
* @param
56105610
*/
56115611
function quux (foo) {
56125612

test/rules/assertions/requireParam.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
{
2525
code: `
2626
/**
27-
*
27+
* @param
2828
*/
2929
function quux (foo) {
3030

0 commit comments

Comments
 (0)