You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the signal is exported from this module it's akin to a global variable and the value is changed between tests within the test runner. This makes the values less predictable and the tests more flaky and interdependent.
Overview
I'm trying to test a signal which is exported from a JS module. The problem is that between tests it's changed and the tests become interdependent.
Recreation
Which has the following binding
Because the signal is exported from this module it's akin to a global variable and the value is changed between tests within the test runner. This makes the values less predictable and the tests more flaky and interdependent.
Is my analysis correct?
What's the best approach to testing signals?
Are there any examples on the
https://react-rxjs.org/
?The text was updated successfully, but these errors were encountered: