MCPcopy
hub / github.com/SBoudrias/Inquirer.js / core.test.ts

File core.test.ts

packages/core/core.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { EventEmitter, PassThrough } from 'node:stream';
2import { afterEach, describe, it, expect, vi } from 'vitest';
3import { render } from '@inquirer/testing';
4import { stripVTControlCharacters } from 'node:util';

Callers

nothing calls this directly

Calls 15

createPromptFunction · 0.90
renderFunction · 0.90
eraseLinesFunction · 0.90
useRefFunction · 0.90
useKeypressFunction · 0.90
useEffectFunction · 0.90
isEnterKeyFunction · 0.90
isUpKeyFunction · 0.90
isDownKeyFunction · 0.90
makeThemeFunction · 0.90
promptFunction · 0.85
keypressMethod · 0.80

Tested by

no test coverage detected