We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97f726 commit 40e8782Copy full SHA for 40e8782
1 file changed
src/cron/isolated-agent/skills-snapshot.test.ts
@@ -54,7 +54,7 @@ describe("resolveCronSkillsSnapshot", () => {
54
});
55
56
expect(buildWorkspaceSkillSnapshotMock).toHaveBeenCalledOnce();
57
- const snapshotOptions = buildWorkspaceSkillSnapshotMock.mock.calls.at(0)?.[1] as
+ const snapshotOptions = buildWorkspaceSkillSnapshotMock.mock.calls[0]?.[1] as
58
| { agentId?: string; snapshotVersion?: number }
59
| undefined;
60
expect(snapshotOptions?.agentId).toBe("writer");
0 commit comments