From ae2a38d6cff10fa86c9fdb5e5640016dd4bbac18 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Thu, 20 Jul 2023 20:57:44 +0200 Subject: [PATCH] Fix last --- test/lint-text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lint-text.js b/test/lint-text.js index 8355ff88..ca4daa3c 100644 --- a/test/lint-text.js +++ b/test/lint-text.js @@ -346,7 +346,7 @@ test('typescript files: four space pass', async t => { filePath: fourSpacesFilePath, space: 4, }); - // eslint-disable-next-line ava/assertion-arguments + // eslint-disable-next-line ava/assertion-arguments -- Type issue t.is(results[0].errorCount, 0, JSON.stringify(results[0].messages)); });