Files
bun.sh/scripts/internal-test.ps1
2024-09-10 19:57:19 -07:00

7 lines
173 B
PowerShell
Executable File

$Root = (Join-Path $PSScriptRoot "../")
Push-Location (Join-Path $Root "packages\bun-internal-test")
try {
npm i
node src\runner.node.mjs
} finally { Pop-Location }