| 1 | import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest'; |
| 2 | import { render } from '@inquirer/testing'; |
| 3 | import { editAsync } from '@inquirer/external-editor'; |
| 4 | import editor from './src/index.ts'; |
nothing calls this directly
no test coverage detected