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

File checkbox.test.ts

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

Source from the content-addressed store, hash-verified

1import { afterEach, describe, it, expect, expectTypeOf, vi } from 'vitest';
2import { render } from '@inquirer/testing';
3import { ValidationError } from '@inquirer/core';
4import checkbox, { Separator } from './src/index.ts';

Callers

nothing calls this directly

Calls 4

renderFunction · 0.90
nextRenderFunction · 0.85
keypressMethod · 0.80
abortMethod · 0.80

Tested by

no test coverage detected