Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
export
const
mochaHooks = {
4
beforeAll() {
5
console.log(`Installed dependencies:\n${execSync(
'npm ls'
).toString()}`);
6
}
7
};
Callers
nothing calls this directly
Calls
2
log
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected