MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / readline.test.ts

File readline.test.ts

cli/src/cli/readline.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1jest.mock('node:readline/promises', () => {
2 const actual = jest.requireActual<typeof import('node:readline/promises')>('node:readline/promises');
3 return {
4 ...actual,

Callers

nothing calls this directly

Calls 5

resetForTestsFunction · 0.90
questionFunction · 0.90
stubInterfaceFunction · 0.85
flushUntilFunction · 0.85
emitMethod · 0.80

Tested by

no test coverage detected