[Windows] Remove pester test for kotlinc-js (#6850)

This commit is contained in:
Alexey-Ayupov
2022-12-29 20:39:24 +01:00
committed by GitHub
parent e9b59a540e
commit 39ba239618
2 changed files with 2 additions and 9 deletions

View File

@@ -183,7 +183,7 @@ Describe "Pipx" {
}
Describe "Kotlin" {
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlin-dce-js", "kotlinc-js", "kotlinc-jvm")
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlin-dce-js", "kotlinc-jvm")
It "<toolName> is available" -TestCases ($kotlinPackages | ForEach-Object { @{ toolName = $_ } }) {
"$toolName -version" | Should -ReturnZeroExitCode