test: add PI release proof harness

This commit is contained in:
2026-08-24 13:44:39 +08:00
parent 977445ba45
commit 8820e82530
19 changed files with 1407 additions and 44 deletions

View File

@@ -90,7 +90,7 @@ function runCommand(executable, args, options = {}) {
});
}
async function inspectPackagedClosure(executable, resourcesDirectory, assets) {
export async function inspectPackagedClosure(executable, resourcesDirectory, assets) {
const script = String.raw`
const fs = require('node:fs');
const path = require('node:path');