Annotations
10 errors
|
Run pnpm test:
test/restore-zombie-close.test.ts#L1156
AssertionError: expected "vi.fn()" to be called 1 times, but got 0 times
❯ test/restore-zombie-close.test.ts:1156:24
|
|
Run pnpm test:
test/restore-zombie-close.test.ts#L1121
AssertionError: expected "vi.fn()" to be called with arguments: [ { session: { …(15) }, …(27) }, …(2) ]
Number of calls: 0
❯ test/restore-zombie-close.test.ts:1121:24
|
|
Run pnpm test:
test/restore-zombie-close.test.ts#L1047
AssertionError: expected "vi.fn()" to be called at least once
❯ test/restore-zombie-close.test.ts:1047:24
|
|
Run pnpm test:
test/restore-zombie-close.test.ts#L883
AssertionError: expected "vi.fn()" to be called 1 times, but got 0 times
❯ test/restore-zombie-close.test.ts:883:24
|
|
Run pnpm test:
test/restore-zombie-close.test.ts#L804
AssertionError: expected "vi.fn()" to be called with arguments: [ { session: { …(13) }, …(27) }, …(2) ]
Number of calls: 0
❯ test/restore-zombie-close.test.ts:804:24
|
|
Run pnpm test:
test/restore-zombie-close.test.ts#L750
AssertionError: expected "vi.fn()" to be called 1 times, but got 0 times
❯ test/restore-zombie-close.test.ts:750:38
|
|
Run pnpm test:
test/restore-zombie-close.test.ts#L692
AssertionError: expected "vi.fn()" to be called with arguments: [ ObjectContaining{…} ]
Received:
1st vi.fn() call:
[
- ObjectContaining {
- "session": ObjectContaining {
+ {
+ "chatId": "oc_chat1",
+ "chatType": "group",
+ "cliVersion": "1.0.0-test",
+ "currentImageKey": undefined,
+ "currentReplyTarget": undefined,
+ "currentTurnTitle": undefined,
+ "displayMode": "hidden",
+ "hasHistory": true,
+ "initialStartPending": false,
+ "larkAppId": "app_test",
+ "lastCliInput": undefined,
+ "lastCodexAppInput": undefined,
+ "lastMessageAt": 1787729585131,
+ "lastUserPrompt": undefined,
+ "ownerOpenId": undefined,
+ "replyThreadAliases": undefined,
+ "scope": "thread",
+ "session": {
+ "backendType": "tmux",
+ "chatId": "oc_chat1",
+ "chatType": "group",
+ "cliId": "claude-code",
+ "createdAt": "2026-08-26T07:33:05.131Z",
+ "larkAppId": "app_test",
+ "rootMessageId": "om_missing",
+ "scope": "thread",
"sessionId": "e462208d-05c7-44a1-a9d4-755263ae9583",
+ "status": "active",
+ "title": "Topic",
+ "workingDir": "/tmp/proj",
+ },
+ "spawnedAt": 1787729585131,
+ "streamCardId": undefined,
+ "streamCardNonce": undefined,
+ "streamCardReplyTargetKey": undefined,
+ "suppressRecoveryCard": true,
+ "usageLimit": undefined,
+ "worker": null,
+ "workerPort": null,
+ "workerToken": null,
+ "workingDir": "/tmp/proj",
},
+ {
+ "lightweight": true,
},
]
Number of calls: 1
❯ test/restore-zombie-close.test.ts:692:32
|
|
Run pnpm test:
test/restore-zombie-close.test.ts#L669
AssertionError: expected "vi.fn()" to be called with arguments: [ ObjectContaining{…}, '', true ]
Number of calls: 0
❯ test/restore-zombie-close.test.ts:669:24
|
|
Run pnpm test:
test/restore-zombie-close.test.ts#L645
AssertionError: expected "vi.fn()" to be called with arguments: [ 'work', 'botmux-45478bf2' ]
Number of calls: 0
❯ test/restore-zombie-close.test.ts:645:37
|
|
Run pnpm test:
test/close-consumer-matrix.test.ts#L436
AssertionError: Unclassified close call site(s). Add each key to CONSUMERS with a category:
user_surface — must render a refusal AND a residual (taskId)
background — no UI, so it must LOG both (prefer closeSessionForBackgroundCleanup)
infrastructure — defines/serves the contract
impossible_by_invariant — `why` must state how that is proven
daemon.ts::run::closeSession: expected [ 'daemon.ts::run::closeSession' ] to deeply equal []
- Expected
+ Received
- []
+ [
+ "daemon.ts::run::closeSession",
+ ]
❯ test/close-consumer-matrix.test.ts:436:7
|
background
wait
wait-all
cancel
parallel
Loading