Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ enumerate_databases.test.ts
File
enumerate_databases.test.ts
test/integration/enumerate_databases.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect } from
'chai'
;
2
import
{ once } from
'events'
;
3
4
import
{
type
MongoClient, MongoServerError } from
'../mongodb'
;
Callers
nothing calls this directly
Calls
15
it
Function · 0.85
once
Function · 0.85
dropDatabase
Method · 0.80
listDatabases
Method · 0.80
admin
Method · 0.80
fail
Method · 0.80
test
Method · 0.80
initialData
Method · 0.80
describe
Method · 0.80
expectEvents
Method · 0.80
operation
Method · 0.80
newClient
Method · 0.45
Tested by
no test coverage detected