MCPcopy
hub / github.com/vitest-dev/vitest / getAroundAllHooks

Function getAroundAllHooks

packages/runner/src/run.ts:236–238  ·  view source on GitHub ↗
(suite: Suite)

Source from the content-addressed store, hash-verified

234}
235
236function getAroundAllHooks(suite: Suite): RegisteredAroundAllListener[] {
237 return getHooks(suite).aroundAll
238}
239
240interface AroundHooksOptions<THook extends Function> {
241 hooks: THook[]

Callers 1

callAroundAllHooksFunction · 0.85

Calls 1

getHooksFunction · 0.90

Tested by

no test coverage detected