feature/bash_fish_power_shells_completions #518
ci.yml
on: pull_request
Lint & Type Check
22s
Matrix: test_matrix
Test
26s
Validate Changesets
14s
All checks passed
0s
All checks passed
2s
Annotations
4 errors
|
Test
Process completed with exit code 1.
|
|
test/core/completions/installers/powershell-installer.test.ts > PowerShellInstaller > configureProfile > should generate correct PowerShell syntax in config:
test/core/completions/installers/powershell-installer.test.ts#L243
Error: ENOENT: no such file or directory, open '/tmp/openspec-powershell-test-064518e5-332d-4ef5-8934-12549e2ef616/.config/powershell/Microsoft.PowerShell_profile.ps1'
❯ test/core/completions/installers/powershell-installer.test.ts:243:23
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/openspec-powershell-test-064518e5-332d-4ef5-8934-12549e2ef616/.config/powershell/Microsoft.PowerShell_profile.ps1' }
|
|
test/core/completions/installers/powershell-installer.test.ts > PowerShellInstaller > configureProfile > should create profile with markers when file does not exist:
test/core/completions/installers/powershell-installer.test.ts#L153
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/core/completions/installers/powershell-installer.test.ts:153:22
|
|
All checks passed
Process completed with exit code 1.
|