Split common builtin companion tests from JVM-only tests
Remove duplicated tests from NumbersJVMTest.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ package test.js
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
class NumbersJsTest {
|
||||
class BuiltinCompanionJsTest {
|
||||
|
||||
@Test fun longMinMaxValues() {
|
||||
assertEquals(js("Kotlin.Long.MIN_VALUE"), Long.MIN_VALUE)
|
||||
Reference in New Issue
Block a user