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

Function beforeAll

test/mocha_root_hooks.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3export const mochaHooks = {
4 beforeAll() {
5 console.log(`Installed dependencies:\n${execSync('npm ls').toString()}`);
6 }
7};

Callers

nothing calls this directly

Calls 2

logMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected