MCPcopy
hub / github.com/Fission-AI/OpenSpec / powershell-installer.test.ts

File powershell-installer.test.ts

test/core/completions/installers/powershell-installer.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest';
2import { PowerShellInstaller } from '../../../../src/core/completions/installers/powershell-installer.js';
3import { promises as fs } from 'fs';
4import path from 'path';

Callers

nothing calls this directly

Calls 12

restoreEnvValueFunction · 0.85
writeUtf16LeFileFunction · 0.85
writeUtf8BomFileFunction · 0.85
getProfilePathMethod · 0.80
writeFileMethod · 0.80
readFileMethod · 0.80
configureProfileMethod · 0.80
removeProfileConfigMethod · 0.80
installMethod · 0.65
uninstallMethod · 0.65
getInstallationPathMethod · 0.45
backupExistingFileMethod · 0.45

Tested by

no test coverage detected