| 1 | import { describe, it, expect, beforeEach, afterEach } from 'vitest'; |
| 2 | import { isInteractive, resolveNoInteractive, InteractiveOptions } from '../../src/utils/interactive.js'; |
| 3 | |
| 4 | describe('interactive utilities', () => { |
nothing calls this directly
no test coverage detected