JS stdlib: run kotlin.test library tests

This commit is contained in:
Anton Bannykh
2018-03-07 20:40:44 +03:00
committed by Anton Bannykh
parent f0ec073bf6
commit 338bde23fc
2 changed files with 30 additions and 30 deletions
+1
View File
@@ -27,6 +27,7 @@ compileTestKotlin2Js {
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package"]
kotlinOptions {
metaInfo = false
moduleKind = "umd"
}
}