MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / Connection.test.ts

File Connection.test.ts

tests/Connection.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { QueryResult } from '@mikro-orm/core';
2import { Configuration, Connection } from '@mikro-orm/core';
3import { MongoDriver } from '@mikro-orm/mongodb';
4import { PostgreSqlDriver } from '@mikro-orm/postgresql';

Callers

nothing calls this directly

Calls 6

testFunction · 0.85
commitMethod · 0.65
rollbackMethod · 0.65
transactionalMethod · 0.45
beginMethod · 0.45
executeDumpMethod · 0.45

Tested by

no test coverage detected