When migrating from `TestCoroutineScope()` usually...
# test
t
When migrating from
TestCoroutineScope()
usually using
TestScope()
makes many tests to break but
TestScope(UnconfinedTestDispatcher())
makes the tests run fine. Is the later the same as the
TestCoroutineScope()
?