Fix 'Test: stdlib-js public kotlin api test' IDEA run configuration

Moving tests to another package made the IDEA run configuration obsolete.
To prevent this problem in the future a separate task (jsStdlibApiTest)
was introduced. The task is run in TC and will fail if the tests are missing.

Merge-request: KT-MR-8128
Merged-by: Abduqodiri Qurbonzoda <abduqodiri.qurbonzoda@jetbrains.com>
This commit is contained in:
Abduqodiri Qurbonzoda
2023-01-07 12:30:52 +00:00
committed by Space Team
parent 0e23ffcec9
commit 4af0f110c7
3 changed files with 24 additions and 4 deletions
+1
View File
@@ -613,6 +613,7 @@ tasks {
register("jsIrCompilerTest") {
dependsOn(":js:js.tests:jsIrTest")
dependsOn(":js:js.tests:jsStdlibApiTest")
}
register("wasmCompilerTest") {