Skip to content

Commit afa6287

Browse files
committed
Internal change - enabled EE for JS target in KMP tests
1 parent 8edf3f3 commit afa6287

File tree

1 file changed

+2
-1
lines changed
  • pubnub-kotlin/pubnub-kotlin-api/src/commonTest/kotlin/com/pubnub/test/integration

1 file changed

+2
-1
lines changed

pubnub-kotlin/pubnub-kotlin-api/src/commonTest/kotlin/com/pubnub/test/integration/PublishTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,12 @@ class PublishTest : BaseIntegrationTest() {
9494
}
9595

9696
private fun isIOS() = PLATFORM == "iOS"
97+
9798
private fun isJS() = PLATFORM == "JS"
9899

99100
@Test
100101
fun can_receive_message_with_primitive_payload() = runTest(timeout = 30.seconds) {
101-
if(isJS()){
102+
if (isJS()) {
102103
return@runTest
103104
}
104105
pubnub.test(backgroundScope) {

0 commit comments

Comments
 (0)