feature/oh-my-zsh-completions (#289) #452
ci.yml
on: push
Lint & Type Check
21s
Matrix: test_matrix
Test
0s
Validate Changesets
0s
All checks passed
2s
All checks passed
0s
Annotations
5 errors and 1 warning
|
Test (windows-pwsh)
Process completed with exit code 1.
|
|
test/core/completions/installers/zsh-installer.test.ts > ZshInstaller > install with .zshrc auto-configuration > should configure .zshrc for Oh My Zsh when fpath is missing:
test/core/completions/installers/zsh-installer.test.ts#L644
AssertionError: expected '# OPENSPEC:START\n# OpenSpec shell co…' to contain 'custom/completions'
- Expected
+ Received
- custom/completions
+ # OPENSPEC:START
+ # OpenSpec shell completions configuration
+ fpath=("C:\Users\RUNNER~1\AppData\Local\Temp\openspec-zsh-test-6687bc55-1af4-44d8-9d3f-834c928d5818\.oh-my-zsh\custom\completions" $fpath)
+ autoload -Uz compinit
+ compinit
+ # OPENSPEC:END
❯ test/core/completions/installers/zsh-installer.test.ts:644:25
|
|
test/core/completions/installers/zsh-installer.test.ts > ZshInstaller > configureZshrc > should handle write permission errors gracefully:
test/core/completions/installers/zsh-installer.test.ts#L510
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ test/core/completions/installers/zsh-installer.test.ts:510:22
|
|
test/core/completions/installers/zsh-installer.test.ts > ZshInstaller > install > should handle installation errors gracefully:
test/core/completions/installers/zsh-installer.test.ts#L202
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ test/core/completions/installers/zsh-installer.test.ts:202:30
|
|
All checks passed
Process completed with exit code 1.
|
|
Test (linux-bash)
No files were found with the provided path: coverage/. No artifacts will be uploaded.
|