Skip to content

Commit

Permalink
testing(require-param): fix test expectation (part of gajus#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 13, 2019
1 parent b380100 commit be771ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5719,7 +5719,7 @@ export class SomeClass {
// Message: Missing JSDoc @param "foo" declaration.

/**
*
* @param
*/
function quux (foo) {

Expand Down
2 changes: 1 addition & 1 deletion test/rules/assertions/requireParam.js
Expand Up @@ -240,7 +240,7 @@ export default {
{
code: `
/**
*
* @param
*/
function quux (foo) {
Expand Down

0 comments on commit be771ec

Please sign in to comment.