Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mikro-orm/mikro-orm
/ transactions.mongo.test.ts
File
transactions.mongo.test.ts
tests/transactions.mongo.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ MikroORM } from
'@mikro-orm/mongodb'
;
2
3
import
{ Author, Publisher, PublisherType } from
'./entities/index.js'
;
4
import
{ initORMMongo } from
'./bootstrap.js'
;
Callers
nothing calls this directly
Calls
15
initORMMongo
Function · 0.85
test
Function · 0.85
clear
Method · 0.65
close
Method · 0.65
persist
Method · 0.65
rollback
Method · 0.65
findOne
Method · 0.65
commit
Method · 0.65
getConnection
Method · 0.65
nativeInsert
Method · 0.65
nativeUpdate
Method · 0.65
nativeUpdateMany
Method · 0.65
Tested by
no test coverage detected