Skip to content

Commit

Permalink
fix to kotlinc-js instead of fix-kotlin-dce-js as deprecated (actions…
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshe456 authored Dec 2, 2024
1 parent 49a87ab commit c898563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/macos/scripts/tests/BasicTools.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c898563

Please sign in to comment.