"js" -> "kotlin.js"
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package kotlin.test
|
||||
|
||||
import kotlin.test.*
|
||||
import js.*
|
||||
|
||||
public var asserter: Asserter = JsTestsAsserter()
|
||||
|
||||
@@ -24,4 +23,4 @@ public class JsTestsAsserter() : Asserter {
|
||||
}
|
||||
|
||||
native("JsTests.assert")
|
||||
public fun assert(value: Boolean, message: String): Unit = js.noImpl
|
||||
public fun assert(value: Boolean, message: String): Unit = js.noImpl
|
||||
|
||||
Reference in New Issue
Block a user