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

File EntityRepository.test.ts

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

Source from the content-addressed store, hash-verified

1import { Configuration, QueryOrder } from '@mikro-orm/core';
2import { EntityRepository } from '@mikro-orm/sql';
3import { Author, Publisher } from './entities/index.js';
4import { MongoDriver, MongoEntityRepository } from '@mikro-orm/mongodb';

Callers

nothing calls this directly

Calls 15

testFunction · 0.85
mockStreamFunction · 0.85
pushMethod · 0.80
createMethod · 0.65
findMethod · 0.65
findOneMethod · 0.65
assignMethod · 0.65
populateMethod · 0.65
insertMethod · 0.65
nativeUpdateMethod · 0.65
nativeDeleteMethod · 0.65
aggregateMethod · 0.65

Tested by

no test coverage detected