How can I fail suspended tests? I'm trying to use ...
# javascript
a
How can I fail suspended tests? I'm trying to use solution from https://github.com/Kotlin/kotlinx.coroutines/blob/1.3.0/kotlinx-coroutines-core/js/test/TestBase.kt#L75 but tests still don't fail:
Copy code
(node:27747) UnhandledPromiseRejectionWarning: AssertionError: Expected <1>, actual <2>.
...
> Task :jsTest
BUILD SUCCESSFUL in 1s