Add Gradle task to run JS tests without DCE
This should be helpful when frequently testing changes in JS BE.
This commit is contained in:
@@ -44,3 +44,8 @@ projectTest {
|
||||
|
||||
testsJar {}
|
||||
|
||||
projectTest("quickTest") {
|
||||
dependsOn(*testDistProjects.map { "$it:dist" }.toTypedArray())
|
||||
workingDir = rootDir
|
||||
systemProperty("kotlin.js.skipMinificationTest", "true")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user