diff --git a/tests/Node.Tests.ps1 b/tests/Node.Tests.ps1 index 315d4b6..78e61ca 100644 --- a/tests/Node.Tests.ps1 +++ b/tests/Node.Tests.ps1 @@ -14,15 +14,6 @@ BeforeAll { } } - $useNodeLogFile = Get-ChildItem -Path $logsFolderPath | Where-Object { - $logContent = Get-Content $_.Fullname -Raw - return $logContent -match "setup-node@v" - } | Select-Object -First 1 - - return $useNodeLogFile.Fullname - } -} - Describe "Node.js" { It "is available" { "node --version" | Should -ReturnZeroExitCode