Closed martymiller closed 2 years ago
thanks @gpeal
We actually have this line in our code as well. But I'm not sure what it does. mvrxRule
doesn't get referenced in the above code or ours.
It's a junit test rule that sets a synchronous setState reducer before the test runs
I wrote some basic code (that most certainly doesn't compile) to reflect the problem I'm having. Since classes like
ViewModelTest
are not publicly released in the SDK, do you see a fix for the following code that will make the test pass?I should note that we are currently on an older version of MvRx (1.5.1)
@elihart