[Gradle, JS] TestFramework is public to detect it in debug extension
#KT-37037 fixed
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ open class KotlinJsTest :
|
||||
private val nodeJs get() = NodeJsRootPlugin.apply(project.rootProject)
|
||||
|
||||
@get:Internal
|
||||
internal var testFramework: KotlinJsTestFramework? = null
|
||||
var testFramework: KotlinJsTestFramework? = null
|
||||
|
||||
@Suppress("unused")
|
||||
val testFrameworkSettings: String
|
||||
|
||||
Reference in New Issue
Block a user