[Ubuntu] Remove pester test for kotlinc-js (#6849)

This commit is contained in:
Alexey-Ayupov
2022-12-29 12:10:43 +01:00
committed by GitHub
parent d1f0dc6376
commit c92563577c

View File

@@ -416,10 +416,6 @@ Describe "Kotlin" {
"kotlinc -version"| Should -ReturnZeroExitCode
}
It "kotlinc-js" {
"kotlinc-js -version"| Should -ReturnZeroExitCode
}
It "kotlinc-jvm" {
"kotlinc-jvm -version"| Should -ReturnZeroExitCode
}