Skip to content

Commit 6081ff2

Browse files
committed
testing: remove namepath in test checking for empty namepath
1 parent 439fd99 commit 6081ff2

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
@@ -7532,7 +7532,7 @@ function quux() {
75327532
}
75337533

75347534
/**
7535-
* @callback foo
7535+
* @callback
75367536
*/
75377537
function quux() {
75387538

test/rules/assertions/validTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export default {
339339
{
340340
code: `
341341
/**
342-
* @callback foo
342+
* @callback
343343
*/
344344
function quux() {
345345

0 commit comments

Comments
 (0)