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 bf4d935 commit fab1c6aCopy full SHA for fab1c6a
src/linter/tests/engine.test.mjs
@@ -28,7 +28,7 @@ describe('createLinterEngine', () => {
28
29
const issues = engine.lint(assertEntry);
30
31
- assert.equal(issues.length, 2);
+ assert.equal(issues.length, 3);
32
assert.deepEqual(issues, [infoIssue, warnIssue, errorIssue]);
33
});
34
0 commit comments