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

File GH7871.postgres.test.ts

tests/features/upsert/GH7871.postgres.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { MikroORM } from '@mikro-orm/postgresql';
2import { Entity, PrimaryKey, Property, ReflectMetadataProvider, Unique } from '@mikro-orm/decorators/legacy';
3
4@Entity({ discriminatorColumn: 'type', abstract: true })

Callers

nothing calls this directly

Calls 7

testFunction · 0.85
forkMethod · 0.80
initMethod · 0.65
refreshMethod · 0.65
closeMethod · 0.65
upsertManyMethod · 0.45
findOneOrFailMethod · 0.45

Tested by

no test coverage detected