Skip to content

Commit 2c76235

Browse files
committed
test: fix info issue output
1 parent 63a838a commit 2c76235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linter/tests/reporters/console.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const testCases = [
77
{
88
issue: infoIssue,
99
method: 'info',
10-
expected: '\x1B[90mThis is a INFO issue at doc/api/test.md\x1B[39m',
10+
expected: '\x1B[90mThis is a INFO issue at doc/api/test.md (1:1)\x1B[39m',
1111
},
1212
{
1313
issue: warnIssue,

0 commit comments

Comments
 (0)