Unit tests for Neo.data.proxy.Stream are failing with TypeError: Cannot set properties of null (setting 'isStreaming').
This is because the Stream proxy now expects a store reference to set the isStreaming flag, but the tests instantiate the proxy without one.
Fix: Update the test setup to pass a dummy store object when creating the StreamProxy.