Skip to content

Ability to use reactively() in Node.js unit tests #57

@rjhuijsman

Description

@rjhuijsman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions