Merge origin/main into owner runtime fixes

This commit is contained in:
ejclaw
2026-04-08 04:03:01 +09:00
2 changed files with 1 additions and 691 deletions

View File

@@ -68,7 +68,6 @@ describe('paired follow-up scheduler', () => {
expect(second).toBe(false);
expect(enqueue).toHaveBeenCalledTimes(1);
});
it('keeps different round trips schedulable', () => {
const enqueue = vi.fn();