feature/bash_fish_power_shells_completions #515
ci.yml
on: pull_request
Lint & Type Check
18s
Matrix: test_matrix
Test
28s
Validate Changesets
11s
All checks passed
All checks passed
3s
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-6b713d6e-a264-40d9-b000-4b0111399956/.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-6b713d6e-a264-40d9-b000-4b0111399956/.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.
|