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
*`@InterceptTest` now supports coroutines tests via the `CoroutineTestInterceptor` interface in our new `burst-coroutines` artifact. Note that you cannot use both `CoroutineTestInterceptor` and `TestInterceptor` in the same test.
15
+
16
+
17
+
**Fixed**
18
+
19
+
* Return a promise in `runTest()` coroutines tests on Kotlin/JS. We had a bug where Burst returned `Unit` for these, which caused tests to complete prematurely.
0 commit comments