trivago / melody

Melody is a library for building JavaScript web applications.
https://melody.js.org
Apache License 2.0
215 stars 39 forks source link

Fix enqueue component for test env #160

Closed ayusharma closed 4 years ago

ayusharma commented 4 years ago

What changed in this PR:

melody-streams uses enqueueComponent to push the updates to DOM. (https://github.com/trivago/melody/blob/master/packages/melody-streams/src/component.js#L77) Currently, enqueueComponent blocks these consecutive updates in the test environment. This PR allows these consecutive updates for the test environment as well.