Skip to content

Commit

Permalink
Fix last
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jul 20, 2023
1 parent 498b904 commit ae2a38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lint-text.js
Expand Up @@ -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));
});

Expand Down

0 comments on commit ae2a38d

Please sign in to comment.