Files
bun.sh/scripts/internal-test.ps1
Ashcon Partovi d22048d75b Lots o changes
2024-06-25 16:11:27 -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 }