Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Mar 22, 2022
1 parent 1c4625d commit eaed562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('Core', () => {
expect(normalizeResults(results)).toMatchSnapshot();
});
// Ignore because it failed only in eslint 7.0.0.
testIf(ESLint.version !== '7.0.0')('printSummaryOfResults', async () => {
testIf(true)('printSummaryOfResults', async () => {
const results = await core.lint();
expect(core.formatResultSummary(results)).toMatchSnapshot();
});
Expand Down

0 comments on commit eaed562

Please sign in to comment.