Skip to content

Commit

Permalink
fix: disable no-focused-tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 28, 2024
1 parent a227208 commit 27b5a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/vitest.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports.recommended = {
'vitest/lower-case-title': 0,
'vitest/max-nested-describe': 2,
'vitest/no-conditional-tests': 2,
'vitest/no-focused-tests': 2,
'vitest/no-focused-tests': [2, { fixable: false }],
'vitest/no-identical-title': 2,
'vitest/no-skipped-tests': 2,
},
Expand Down

0 comments on commit 27b5a75

Please sign in to comment.