fix to kotlinc-js instead of fix-kotlin-dce-js as deprecated (#11075)

This commit is contained in:
sureshe456
2024-12-02 15:23:40 +05:30
committed by GitHub
parent 49a87ab9a3
commit c8985638bc

View File

@@ -160,7 +160,7 @@ Describe "Homebrew" {
}
Describe "Kotlin" -Skip:($os.IsMonterey) {
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-jvm", "kotlin-dce-js")
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-jvm", "kotlinc-js")
It "<toolName> is available" -TestCases ($kotlinPackages | ForEach-Object { @{ toolName = $_ } }) {
"$toolName -version" | Should -ReturnZeroExitCode