adopted-ember-addons / ember-launch-darkly

A modern Ember addon to wrap the Launch Darkly service
MIT License
13 stars 24 forks source link

fix: make sure renderers are settled before tearing down the context #526

Closed aklkv closed 8 months ago

aklkv commented 9 months ago

We have been running into an issue where when we use js variant helper, tests would throw an error about uninitialized LD at the end of every test. This fix would make sure all renderers are settled before removing context.

aklkv commented 9 months ago

@achambers @SkoebaSteve any thoughts?