[JS] Uncomment test on afterTest

This commit is contained in:
Ilya Goncharov
2021-12-10 14:04:59 +03:00
committed by Space
parent e0daa96cae
commit 4f1a10d72e
@@ -54,7 +54,7 @@ class AsyncTest {
// Until bootstrap update
@AfterTest
fun after() {
// assertEquals(afterLog, "after")
assertEquals(afterLog, "after")
}
fun promise(v: Int) = Promise<Int> { resolve, reject ->