-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Is your feature request related to a problem? Please describe.
In our Discord, a customer reports that they're writing extensive Node.js unit tests for their Reboot backend, but they struggle to write -ergonomic tests because their ExternalContext
does not support .reactively()
calls.
Describe the solution you'd like
Ideally, ExternalContext
would be able to call .reactively()
. Alternatively, the WebContext
that can call .reactively()
would become available in Node.js unit tests.
Describe alternatives you've considered
Manually making calls when data is known to have changed via some external notification mechanism, or alternatively polling, "is funny but gets old fast".
Additional context
In terms of priority: this isn't blocking progress, but it would make life easier.