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.
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
ExternalContextdoes not support.reactively()calls.Describe the solution you'd like
Ideally,
ExternalContextwould be able to call.reactively(). Alternatively, theWebContextthat 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.