MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / partial-loading.mongo.test.ts

File partial-loading.mongo.test.ts

tests/features/partial-loading/partial-loading.mongo.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { MikroORM } from '@mikro-orm/mongodb';
2import { Author, Book, BookTag } from '../../entities/index.js';
3import { initORMMongo, mockLogger } from '../../bootstrap.js';
4

Callers

nothing calls this directly

Calls 11

initORMMongoFunction · 0.85
testFunction · 0.85
addMethod · 0.80
clearMethod · 0.65
closeMethod · 0.65
persistMethod · 0.65
findOneMethod · 0.65
createMethod · 0.65
findMethod · 0.65
mockLoggerFunction · 0.50
flushMethod · 0.45

Tested by

no test coverage detected