Skip to content

chore: adjust node version #3

chore: adjust node version

chore: adjust node version #3

Triggered via push December 25, 2025 22:36
Status Failure
Total duration 3m 44s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 60 warnings
Test on ubuntu-latest with Node 20
Process completed with exit code 1.
tests/unit/platform/pathUtils.test.ts > pathUtils > parsePath > should parse Windows path: tests/unit/platform/pathUtils.test.ts#L205
AssertionError: expected 'C:\foo\bar\baz.txt' to be 'baz.txt' // Object.is equality Expected: "baz.txt" Received: "C:\foo\bar\baz.txt" ❯ tests/unit/platform/pathUtils.test.ts:205:27
tests/unit/platform/pathUtils.test.ts > pathUtils > isAbsolute > should detect absolute Windows path: tests/unit/platform/pathUtils.test.ts#L133
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/unit/platform/pathUtils.test.ts:133:22
tests/unit/platform/pathUtils.test.ts > pathUtils > dirname > should handle Windows paths: tests/unit/platform/pathUtils.test.ts#L92
AssertionError: expected '.' to contain 'bar' Expected: "bar" Received: "." ❯ tests/unit/platform/pathUtils.test.ts:92:22
tests/unit/platform/ProcessExecutorAdapter.test.ts > ProcessExecutorAdapter > execute > should handle command failure: tests/unit/platform/ProcessExecutorAdapter.test.ts#L42
AssertionError: expected +0 not to be +0 // Object.is equality ❯ tests/unit/platform/ProcessExecutorAdapter.test.ts:42:35
Test on ubuntu-latest with Node 22
Process completed with exit code 1.
tests/unit/platform/pathUtils.test.ts > pathUtils > parsePath > should parse Windows path: tests/unit/platform/pathUtils.test.ts#L205
AssertionError: expected 'C:\foo\bar\baz.txt' to be 'baz.txt' // Object.is equality Expected: "baz.txt" Received: "C:\foo\bar\baz.txt" ❯ tests/unit/platform/pathUtils.test.ts:205:27
tests/unit/platform/pathUtils.test.ts > pathUtils > isAbsolute > should detect absolute Windows path: tests/unit/platform/pathUtils.test.ts#L133
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/unit/platform/pathUtils.test.ts:133:22
tests/unit/platform/pathUtils.test.ts > pathUtils > dirname > should handle Windows paths: tests/unit/platform/pathUtils.test.ts#L92
AssertionError: expected '.' to contain 'bar' Expected: "bar" Received: "." ❯ tests/unit/platform/pathUtils.test.ts:92:22
tests/unit/platform/ProcessExecutorAdapter.test.ts > ProcessExecutorAdapter > execute > should handle command failure: tests/unit/platform/ProcessExecutorAdapter.test.ts#L42
AssertionError: expected +0 not to be +0 // Object.is equality ❯ tests/unit/platform/ProcessExecutorAdapter.test.ts:42:35
Test on macos-latest with Node 22
Process completed with exit code 1.
tests/unit/cli/keyboard/KeyboardEventBus.test.ts > KeyboardEventBus > Integration with KeyBindingsManager > should handle multiple keys mapped to same action: tests/unit/cli/keyboard/KeyboardEventBus.test.ts#L324
AssertionError: expected "spy" to be called 2 times, but got 1 times ❯ tests/unit/cli/keyboard/KeyboardEventBus.test.ts:324:23
tests/unit/cli/keyboard/KeyboardEventBus.test.ts > KeyboardEventBus > Integration with KeyBindingsManager > should dispatch correct action from raw key: tests/unit/cli/keyboard/KeyboardEventBus.test.ts#L312
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/unit/cli/keyboard/KeyboardEventBus.test.ts:312:22
tests/unit/platform/pathUtils.test.ts > pathUtils > parsePath > should parse Windows path: tests/unit/platform/pathUtils.test.ts#L205
AssertionError: expected 'C:\foo\bar\baz.txt' to be 'baz.txt' // Object.is equality Expected: "baz.txt" Received: "C:\foo\bar\baz.txt" ❯ tests/unit/platform/pathUtils.test.ts:205:27
tests/unit/platform/pathUtils.test.ts > pathUtils > isAbsolute > should detect absolute Windows path: tests/unit/platform/pathUtils.test.ts#L133
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/unit/platform/pathUtils.test.ts:133:22
tests/unit/platform/pathUtils.test.ts > pathUtils > dirname > should handle Windows paths: tests/unit/platform/pathUtils.test.ts#L92
AssertionError: expected '.' to contain 'bar' Expected: "bar" Received: "." ❯ tests/unit/platform/pathUtils.test.ts:92:22
tests/unit/platform/ProcessExecutorAdapter.test.ts > ProcessExecutorAdapter > execute > should handle command failure: tests/unit/platform/ProcessExecutorAdapter.test.ts#L42
AssertionError: expected +0 not to be +0 // Object.is equality ❯ tests/unit/platform/ProcessExecutorAdapter.test.ts:42:35
Test on macos-latest with Node 20
Process completed with exit code 1.
tests/unit/cli/keyboard/KeyboardEventBus.test.ts > KeyboardEventBus > Integration with KeyBindingsManager > should handle multiple keys mapped to same action: tests/unit/cli/keyboard/KeyboardEventBus.test.ts#L324
AssertionError: expected "spy" to be called 2 times, but got 1 times ❯ tests/unit/cli/keyboard/KeyboardEventBus.test.ts:324:23
tests/unit/cli/keyboard/KeyboardEventBus.test.ts > KeyboardEventBus > Integration with KeyBindingsManager > should dispatch correct action from raw key: tests/unit/cli/keyboard/KeyboardEventBus.test.ts#L312
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/unit/cli/keyboard/KeyboardEventBus.test.ts:312:22
tests/unit/platform/pathUtils.test.ts > pathUtils > parsePath > should parse Windows path: tests/unit/platform/pathUtils.test.ts#L205
AssertionError: expected 'C:\foo\bar\baz.txt' to be 'baz.txt' // Object.is equality Expected: "baz.txt" Received: "C:\foo\bar\baz.txt" ❯ tests/unit/platform/pathUtils.test.ts:205:27
tests/unit/platform/pathUtils.test.ts > pathUtils > isAbsolute > should detect absolute Windows path: tests/unit/platform/pathUtils.test.ts#L133
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/unit/platform/pathUtils.test.ts:133:22
tests/unit/platform/pathUtils.test.ts > pathUtils > dirname > should handle Windows paths: tests/unit/platform/pathUtils.test.ts#L92
AssertionError: expected '.' to contain 'bar' Expected: "bar" Received: "." ❯ tests/unit/platform/pathUtils.test.ts:92:22
tests/unit/platform/ProcessExecutorAdapter.test.ts > ProcessExecutorAdapter > execute > should handle command failure: tests/unit/platform/ProcessExecutorAdapter.test.ts#L42
AssertionError: expected +0 not to be +0 // Object.is equality ❯ tests/unit/platform/ProcessExecutorAdapter.test.ts:42:35
Test on windows-latest with Node 20
Process completed with exit code 1.
Test on windows-latest with Node 22
Process completed with exit code 1.
Test on ubuntu-latest with Node 20: src/cli/keyboard/KeyboardContext.tsx#L35
'_fs' is defined but never used
Test on ubuntu-latest with Node 20: src/cli/components/ThemeSelector.tsx#L21
'_onCancel' is defined but never used
Test on ubuntu-latest with Node 20: src/cli/components/SetupWizard.tsx#L29
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Test on ubuntu-latest with Node 20: src/cli/components/MessageList.tsx#L20
'_syntaxHighlighting' is defined but never used
Test on ubuntu-latest with Node 20: src/cli/components/CommandAutocomplete.tsx#L73
'_selectedCommand' is defined but never used
Test on ubuntu-latest with Node 20: src/cli/components/ChatApp.tsx#L23
'_stdin' is assigned a value but never used
Test on ubuntu-latest with Node 20: src/cli/commands/slashCommands/ThemeCommand.ts#L32
'_currentArgs' is defined but never used
Test on ubuntu-latest with Node 20: src/cli/commands/slashCommands/ModeCommand.ts#L33
'_currentArgs' is defined but never used
Test on ubuntu-latest with Node 22: src/cli/keyboard/KeyboardContext.tsx#L35
'_fs' is defined but never used
Test on ubuntu-latest with Node 22: src/cli/components/ThemeSelector.tsx#L21
'_onCancel' is defined but never used
Test on ubuntu-latest with Node 22: src/cli/components/SetupWizard.tsx#L29
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Test on ubuntu-latest with Node 22: src/cli/components/MessageList.tsx#L20
'_syntaxHighlighting' is defined but never used
Test on ubuntu-latest with Node 22: src/cli/components/CommandAutocomplete.tsx#L73
'_selectedCommand' is defined but never used
Test on ubuntu-latest with Node 22: src/cli/components/ChatApp.tsx#L23
'_stdin' is assigned a value but never used
Test on ubuntu-latest with Node 22: src/cli/commands/slashCommands/ThemeCommand.ts#L32
'_currentArgs' is defined but never used
Test on ubuntu-latest with Node 22: src/cli/commands/slashCommands/ModeCommand.ts#L33
'_currentArgs' is defined but never used
Test on macos-latest with Node 22: src/cli/keyboard/KeyboardContext.tsx#L35
'_fs' is defined but never used
Test on macos-latest with Node 22: src/cli/components/ThemeSelector.tsx#L21
'_onCancel' is defined but never used
Test on macos-latest with Node 22: src/cli/components/SetupWizard.tsx#L29
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Test on macos-latest with Node 22: src/cli/components/MessageList.tsx#L20
'_syntaxHighlighting' is defined but never used
Test on macos-latest with Node 22: src/cli/components/CommandAutocomplete.tsx#L73
'_selectedCommand' is defined but never used
Test on macos-latest with Node 22: src/cli/components/ChatApp.tsx#L23
'_stdin' is assigned a value but never used
Test on macos-latest with Node 22: src/cli/commands/slashCommands/ThemeCommand.ts#L32
'_currentArgs' is defined but never used
Test on macos-latest with Node 22: src/cli/commands/slashCommands/ModeCommand.ts#L33
'_currentArgs' is defined but never used
Test on macos-latest with Node 20: src/cli/keyboard/KeyboardContext.tsx#L35
'_fs' is defined but never used
Test on macos-latest with Node 20: src/cli/components/ThemeSelector.tsx#L21
'_onCancel' is defined but never used
Test on macos-latest with Node 20: src/cli/components/SetupWizard.tsx#L29
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Test on macos-latest with Node 20: src/cli/components/MessageList.tsx#L20
'_syntaxHighlighting' is defined but never used
Test on macos-latest with Node 20: src/cli/components/CommandAutocomplete.tsx#L73
'_selectedCommand' is defined but never used
Test on macos-latest with Node 20: src/cli/components/ChatApp.tsx#L23
'_stdin' is assigned a value but never used
Test on macos-latest with Node 20: src/cli/commands/slashCommands/ThemeCommand.ts#L32
'_currentArgs' is defined but never used
Test on macos-latest with Node 20: src/cli/commands/slashCommands/ModeCommand.ts#L33
'_currentArgs' is defined but never used
Test on windows-latest with Node 20: src/cli/components/ThemeSelector.tsx#L21
'_onCancel' is defined but never used
Test on windows-latest with Node 20: src/cli/components/SetupWizard.tsx#L29
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Test on windows-latest with Node 20: src/cli/components/MessageList.tsx#L20
'_syntaxHighlighting' is defined but never used
Test on windows-latest with Node 20: src/cli/components/CommandAutocomplete.tsx#L73
'_selectedCommand' is defined but never used
Test on windows-latest with Node 20: src/cli/components/ChatApp.tsx#L23
'_stdin' is assigned a value but never used
Test on windows-latest with Node 20: src/cli/commands/slashCommands/ThemeCommand.ts#L32
'_currentArgs' is defined but never used
Test on windows-latest with Node 20: src/cli/commands/slashCommands/ModeCommand.ts#L33
'_currentArgs' is defined but never used
Test on windows-latest with Node 22: src/cli/components/ThemeSelector.tsx#L21
'_onCancel' is defined but never used
Test on windows-latest with Node 22: src/cli/components/SetupWizard.tsx#L29
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Test on windows-latest with Node 22: src/cli/components/MessageList.tsx#L20
'_syntaxHighlighting' is defined but never used
Test on windows-latest with Node 22: src/cli/components/CommandAutocomplete.tsx#L73
'_selectedCommand' is defined but never used
Test on windows-latest with Node 22: src/cli/components/ChatApp.tsx#L23
'_stdin' is assigned a value but never used
Test on windows-latest with Node 22: src/cli/commands/slashCommands/ThemeCommand.ts#L32
'_currentArgs' is defined but never used
Test on windows-latest with Node 22: src/cli/commands/slashCommands/ModeCommand.ts#L33
'_currentArgs' is defined but never used