diff --git a/eng/scripts/Test-Packages.ps1 b/eng/scripts/Test-Packages.ps1 index 9a0f4a309a7..7f4db5d02af 100644 --- a/eng/scripts/Test-Packages.ps1 +++ b/eng/scripts/Test-Packages.ps1 @@ -37,7 +37,7 @@ try { Invoke-LoggedCommand "npm run prettier" -GroupOutput Invoke-LoggedCommand "npm run lint" -GroupOutput Invoke-LoggedCommand "npm run build" -GroupOutput - Invoke-LoggedCommand "npm run test" -GroupOutput + Invoke-LoggedCommand "npm run test -- --passWithNoTests" -GroupOutput } finally { Pop-Location