Skip to content

Commit b887d35

Browse files
committed
chore(lint): disable vitest/prefer-expect-assertions rule
1 parent 64348bf commit b887d35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ module.exports = {
133133
'vitest/no-conditional-in-test': 'off',
134134
'vitest/no-conditional-tests': 'off',
135135
'vitest/no-hooks': 'off',
136+
'vitest/prefer-expect-assertions': 'off',
136137
'vitest/require-top-level-describe': 'off',
137138
},
138139
},

0 commit comments

Comments
 (0)