diff --git a/packages/cli/src/ui/contexts/SessionContext.test.tsx b/packages/cli/src/ui/contexts/SessionContext.test.tsx index 46874d0917..46cf8421be 100644 --- a/packages/cli/src/ui/contexts/SessionContext.test.tsx +++ b/packages/cli/src/ui/contexts/SessionContext.test.tsx @@ -63,6 +63,9 @@ describe('SessionStatsContext', () => { , + undefined, + undefined, + true, ); const stats = contextRef.current?.stats; @@ -82,6 +85,9 @@ describe('SessionStatsContext', () => { , + undefined, + undefined, + true, ); const newMetrics: SessionMetrics = { @@ -165,6 +171,9 @@ describe('SessionStatsContext', () => { , + undefined, + undefined, + true, ); expect(renderCount).toBe(1); @@ -248,6 +257,9 @@ describe('SessionStatsContext', () => { , + undefined, + undefined, + true, ); const initialStartTime = contextRef.current?.stats.sessionStartTime; @@ -276,6 +288,9 @@ describe('SessionStatsContext', () => { , + undefined, + undefined, + true, ); expect(onError).toHaveBeenCalledWith(