Skip to content

Commit 03425c6

Browse files
committed
nit.
1 parent 065a32b commit 03425c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/rules/artifacts-combined-files/fileUpload/no-getter-contains-more-than-return-statement.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('Bundle linting', function () {
1414
it('should return correct errors', function () {
1515
const messages = lintBundle(__filename, 'test.js');
1616

17-
// Allint warnings are suppressed using variants of eslint-disable
17+
// All lint warnings are suppressed using variants of eslint-disable
1818
assert.equal(messages.length, 0);
1919
});
2020
});

0 commit comments

Comments
 (0)