| 1 | import { afterEach, describe, it, expect, expectTypeOf, vi } from 'vitest'; |
| 2 | import { render } from '@inquirer/testing'; |
| 3 | import { ValidationError } from '@inquirer/core'; |
| 4 | import checkbox, { Separator } from './src/index.ts'; |
nothing calls this directly
no test coverage detected