| 1 | import { screen } from '@inquirer/testing/vitest'; |
| 2 | import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest'; |
| 3 | |
| 4 | // Locale imports are all dynamic (inside test bodies, after vi.resetModules()) |
nothing calls this directly
no test coverage detected