mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
fix tests
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user