| 1 | import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest'; |
| 2 | import { PowerShellInstaller } from '../../../../src/core/completions/installers/powershell-installer.js'; |
| 3 | import { promises as fs } from 'fs'; |
| 4 | import path from 'path'; |
nothing calls this directly
no test coverage detected