MCPcopy Create free account
hub / github.com/chainjet/platform / closeMongoConnection

Function closeMongoConnection

libs/common/test/database/test-database.module.ts:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22export class TestDatabaseModule {}
23
24export const closeMongoConnection = async (): Promise<void> => {
25 if (mongod) {
26 await mongod.stop()
27 }
28}

Calls

no outgoing calls

Tested by

no test coverage detected