MCPcopy
hub / github.com/mongodb/node-mongodb-native / defer

Method defer

global.d.ts:91–91  ·  view source on GitHub ↗

@deprecated Please use afterEach hooks instead

(fn: () => Promise<unknown>)

Source from the content-addressed store, hash-verified

89 configuration: TestConfiguration;
90 /** @deprecated Please use afterEach hooks instead */
91 defer(fn: () => Promise<unknown>): void;
92 }
93
94 interface Test {

Callers 4

testFunction · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64