Feature Request
As the user can extend the native test or it functions (i.e to inject mock service worker) with custom names, this rule should also have an option "additionalTestBlockFunctions" like the rule vitest/no-standalone-expect
Possible usage
"vitest/padding-around-test-blocks": [
"deny",
{
"additionalTestBlockFunctions": ["myCustomTest"]
}
]
Feature Request
As the user can extend the native
testoritfunctions (i.e to inject mock service worker) with custom names, this rule should also have an option"additionalTestBlockFunctions"like the rulevitest/no-standalone-expectPossible usage