One question, when testing Observable in unit test...
# rx
b
One question, when testing Observable in unit tests via
.test()
method, should I call
dispose()
on the returned
TestObserver
at the end of the test?