Skip to content

Commit

Permalink
Ignore async resource test
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Dec 21, 2023
1 parent 0ab494c commit 38b3bc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/resources/app-d/src/jsTest/kotlin/AppTest.kt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import com.test.view.Api
import js.promise.await
import kotlinx.coroutines.test.runTest
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals

@Ignore
class AppTest {
@Test
fun whatIsTheMeaningOfLife() = runTest {
Expand Down

0 comments on commit 38b3bc7

Please sign in to comment.