Implementing Runner-Specific Node.js Tests #178

Merged
gowridurgad merged 3 commits from testcase-arm64 into main 2024-07-09 20:01:27 +05:00
Showing only changes of commit 04cc07025b - Show all commits

View File

@@ -1,5 +1,9 @@
Import-Module (Join-Path $PSScriptRoot "../helpers/pester-extensions.psm1")
Describe "Node.js" {
BeforeAll {
function Get-UseNodeLogs {
# GitHub Windows images don't have `HOME` variable
@@ -14,7 +18,6 @@ BeforeAll {
}
}
Describe "Node.js" {
It "is available" {
"node --version" | Should -ReturnZeroExitCode
}