From 36b2cbcda8625cfca0df005f9b91aa00d36c1297 Mon Sep 17 00:00:00 2001 From: gowridurgad <159780674+gowridurgad@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:50:00 +0530 Subject: [PATCH] Update Node.Tests.ps1 --- tests/Node.Tests.ps1 | 9 --------- 1 file changed, 9 deletions(-) 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