fix(gstack2): harden integrated runtime verification

This commit is contained in:
Sinabina
2026-07-21 12:29:01 -07:00
parent 09492d34b4
commit 37144e8b05
24 changed files with 2032 additions and 3313 deletions
+3
View File
@@ -376,6 +376,9 @@ describe("GStack 2 managed runtime installer", () => {
"node_modules/sharp",
"node_modules/detect-libc",
"node_modules/semver",
"node_modules/standardwebhooks",
"node_modules/@stablelib/base64",
"node_modules/fast-sha256",
...runtimeNativePackagePaths(),
]) expect(bundlePaths.has(dependency)).toBe(true);
expect(bundlePaths.has("node_modules/@img")).toBe(false);