| 1 | import search from '@inquirer/search'; |
| 2 | import { Command } from 'commander'; |
| 3 | import { afterAll, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 4 | import { authCommand } from '../../src/commands/auth'; |
nothing calls this directly
no test coverage detected