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

Function afterEachLogging

test/tools/runner/hooks/configuration.ts:196–199  ·  view source on GitHub ↗
(this: Context)

Source from the content-addressed store, hash-verified

194}
195
196async function afterEachLogging(this: Context) {
197 if (this.currentTest == null) return;
198 this.configuration.afterEachLogging(this);
199}
200
201function checkFlakyTestList(this: Context) {
202 const allTests: string[] = [];

Callers

nothing calls this directly

Calls 1

afterEachLoggingMethod · 0.80

Tested by

no test coverage detected