RUN v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_926b3193-f6c-6/packages/client-core ❯ @bb/client-core test/file-preview-pdf-repro.test.ts (2 tests | 1 failed) 4ms × a real (binary) PDF served as application/pdf should get a renderable preview kind 3ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ FAIL @bb/client-core test/file-preview-pdf-repro.test.ts > #1985 PDF file preview > a real (binary) PDF served as application/pdf should get a renderable preview kind AssertionError: expected 'unsupported' not to be 'unsupported' // Object.is equality ❯ test/file-preview-pdf-repro.test.ts:29:30 27| // On main this is "unsupported", which ThreadStorageFilePreview r… 28| // `Preview not available for application/pdf.` 29| expect(preview.kind).not.toBe("unsupported"); | ^ 30| }); 31| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ Test Files 1 failed (1) Tests 1 failed | 1 passed (2) Start at 14:12:21 Duration 117ms (transform 18ms, setup 0ms, import 28ms, tests 4ms, environment 0ms)