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

File DiscoveryExportCommand.test.ts

tests/features/cli/DiscoveryExportCommand.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { existsSync, unlinkSync, readFileSync, rmSync } from 'node:fs';
2import { resolve, join } from 'node:path';
3import { type MockInstance } from 'vitest';
4import { EntitySchema, MetadataStorage, Utils } from '@mikro-orm/core';

Callers

nothing calls this directly

Calls 7

testFunction · 0.85
filterMethod · 0.80
builderMethod · 0.80
resolveFunction · 0.70
keysMethod · 0.45
handlerMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected