Set-StrictMode -Version Latest $ErrorActionPreference = "Stop" $scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path & node (Join-Path $scriptDir "test-gateway.mjs") @args exit $LASTEXITCODE