Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
jest.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
resetForTests
Function · 0.90
question
Function · 0.90
stubInterface
Function · 0.85
flushUntil
Function · 0.85
emit
Method · 0.80
Tested by
no test coverage detected