mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 04:10:47 +02:00
fix(gstack2): harden integrated runtime verification
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user