We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a838a commit 2c76235Copy full SHA for 2c76235
src/linter/tests/reporters/console.test.mjs
@@ -7,7 +7,7 @@ const testCases = [
7
{
8
issue: infoIssue,
9
method: 'info',
10
- expected: '\x1B[90mThis is a INFO issue at doc/api/test.md\x1B[39m',
+ expected: '\x1B[90mThis is a INFO issue at doc/api/test.md (1:1)\x1B[39m',
11
},
12
13
issue: warnIssue,
0 commit comments