Use kotlin.test.Test instead of org.junit.Test in common stdlib tests
(and in jvm-only and js-only tests also)
This commit is contained in:
@@ -2,7 +2,6 @@ package test.collections.js
|
||||
|
||||
import kotlin.test.*
|
||||
import kotlin.comparisons.*
|
||||
import org.junit.Test
|
||||
|
||||
class JsCollectionsTest {
|
||||
val TEST_LIST = arrayOf(2, 0, 9, 7, 1).toList()
|
||||
|
||||
Reference in New Issue
Block a user