MCPcopy
hub / github.com/jestjs/jest / afterAll

Function afterAll

packages/jest-circus/src/index.ts:118–119  ·  view source on GitHub ↗
(fn, timeout)

Source from the content-addressed store, hash-verified

116const afterEach: THook = (fn, timeout) =>
117 _addHook(fn, 'afterEach', afterEach, timeout);
118const afterAll: THook = (fn, timeout) =>
119 _addHook(fn, 'afterAll', afterAll, timeout);
120
121const test: Global.It = (() => {
122 const test = (

Calls 1

_addHookFunction · 0.85

Tested by

no test coverage detected