We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb864c commit d48741aCopy full SHA for d48741a
docs/rules/require-mock-type-parameters.md
@@ -36,7 +36,7 @@ test('foo', () => {
36
37
```json
38
{
39
- "vitest/require-hook": [
+ "vitest/require-mock-type-parameters": [
40
"error",
41
42
"checkImportFunctions": false
0 commit comments