• turbo 2.8.3 • Packages in scope: @bb/app • Running test in 1 packages • Remote caching disabled, using shared worktree cache //:ensure-native-modules: cache bypass, force executing adf65e43e4ee49f2 @bb/templates:generate:templates: cache hit, replaying logs 131ce2bd175e5e28 @bb/templates:generate:plugin-scaffold: cache hit, replaying logs b3bca223317e3343 @bb/templates:generate:templates: @bb/templates:generate:plugin-scaffold: @bb/templates:generate:plugin-scaffold: > @bb/templates@0.0.1 generate:plugin-scaffold /packages/templates @bb/templates:generate:plugin-scaffold: > node ./scripts/generate-plugin-scaffold.mjs @bb/templates:generate:plugin-scaffold: @bb/templates:generate:templates: > @bb/templates@0.0.1 generate:templates /packages/templates @bb/templates:generate:templates: > node ./scripts/generate-templates.mjs @bb/templates:generate:templates: //:ensure-native-modules: //:ensure-native-modules: > bb@ ensure-native-modules //:ensure-native-modules: > node scripts/ensure-native-modules.mjs //:ensure-native-modules: @bb/app:test: cache miss, executing c2c7531f4d87b761 @bb/app:test: @bb/app:test: > @bb/app@0.0.1 test /apps/app @bb/app:test: > node scripts/generate-pwa-icons.mjs --check && vitest run --config vitest.config.ts "src/components/commands/CommandPalette.test.tsx" "-t" "keeps composition confirmation" @bb/app:test: @bb/app:test: @bb/app:test: RUN v4.1.1 /apps/app @bb/app:test: @bb/app:test: ❯ |@bb/app:isolated| src/components/commands/CommandPalette.test.tsx (24 tests | 1 failed | 23 skipped) 531ms @bb/app:test: ↓ opens on its chord and lists the commands that apply @bb/app:test: ↓ filters as the user types and keeps the selection on a live row @bb/app:test: ↓ finds commands when the query starts with a space @bb/app:test: ↓ wraps at both ends of the list @bb/app:test: ↓ runs the highlighted command, closes, and restores focus @bb/app:test: × keeps composition confirmation separate from command activation 520ms @bb/app:test: ↓ runs a compact selection once after restoring focus @bb/app:test: ↓ offers the last command run first the next time it opens @bb/app:test: ↓ closes on Escape without running anything @bb/app:test: ↓ suppresses app chords while open and releases them on close @bb/app:test: ↓ scrolls the highlighted row into view when arrowing, but not on hover @bb/app:test: ↓ lists a plugin's commandPaletteAction and runs it @bb/app:test: ↓ says so when nothing matches @bb/app:test: ↓ opens thread search without a prefix @bb/app:test: ↓ switches the open command palette to thread search @bb/app:test: ↓ opens Installed plugins in its workspace (compact: false) @bb/app:test: ↓ opens Installed plugins in its workspace (compact: true) @bb/app:test: ↓ opens a specific settings page from Cmd-K @bb/app:test: ↓ excludes Files settings when Settings has no local opener (compact: false) @bb/app:test: ↓ excludes Files settings when Settings has no local opener (compact: true) @bb/app:test: ↓ keeps Files settings when local helper access can be enabled @bb/app:test: ↓ opens a plugin settings page from Cmd-K @bb/app:test: ↓ opens a plugin page from Cmd-K @bb/app:test: ↓ opens a matched thread at its matched message @bb/app:test: @bb/app:test: ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ @bb/app:test: @bb/app:test: FAIL |@bb/app:isolated| src/components/commands/CommandPalette.test.tsx > CommandPalette > keeps composition confirmation separate from command activation @bb/app:test: AssertionError: expected true to be false // Object.is equality @bb/app:test: @bb/app:test: - Expected @bb/app:test: + Received @bb/app:test: @bb/app:test: - false @bb/app:test: + true @bb/app:test: @bb/app:test: ❯ src/components/commands/CommandPalette.test.tsx:340:43 @bb/app:test: 338| fireEvent(input, confirmation); @bb/app:test: 339| @bb/app:test: 340| expect(confirmation.defaultPrevented).toBe(false); @bb/app:test: | ^ @bb/app:test: 341| expect(screen.queryByRole("combobox")).toBe(input); @bb/app:test: 342| expect(testState.calls).toEqual([]); @bb/app:test: @bb/app:test: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ @bb/app:test: @bb/app:test: @bb/app:test: Test Files 1 failed (1) @bb/app:test: Tests 1 failed | 23 skipped (24) @bb/app:test: Start at 08:54:41 @bb/app:test: Duration 6.65s (transform 3.59s, setup 247ms, import 4.52s, tests 531ms, environment 1.14s) @bb/app:test: @bb/app:test:  ELIFECYCLE  Test failed. See above for more details. @bb/app:test: ERROR: command finished with error: command (/apps/app) /node_modules/.bin/pnpm run test src/components/commands/CommandPalette.test.tsx -t keeps composition confirmation exited (1) @bb/app#test: command (/apps/app) /node_modules/.bin/pnpm run test src/components/commands/CommandPalette.test.tsx -t keeps composition confirmation exited (1) Tasks: 3 successful, 4 total Cached: 2 cached, 4 total Time: 12.725s Failed: @bb/app#test ERROR run failed: command exited (1)