Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
type
{ MikroORM } from
'@mikro-orm/mongodb'
;
2
import
{ Author, Book, BookTag } from
'../../entities/index.js'
;
3
import
{ initORMMongo, mockLogger } from
'../../bootstrap.js'
;
4
Callers
nothing calls this directly
Calls
11
initORMMongo
Function · 0.85
test
Function · 0.85
add
Method · 0.80
clear
Method · 0.65
close
Method · 0.65
persist
Method · 0.65
findOne
Method · 0.65
create
Method · 0.65
find
Method · 0.65
mockLogger
Function · 0.50
flush
Method · 0.45
Tested by
no test coverage detected