fix tests

This commit is contained in:
geoffsee
2025-06-18 15:02:29 -04:00
parent b7f02eb4fb
commit afc46fe2c3
9 changed files with 63 additions and 142 deletions

View File

@@ -101,7 +101,7 @@ describe('StreamStore', () => {
describe('Initial state', () => {
it('should have eventSource set to null initially', () => {
expect(streamStore.eventSource).toBeNull();
expect(streamStore.eventSource).toBeUndefined();
});
});