test: avoid bundled extension boundary false positive

This commit is contained in:
Vincent Koc
2026-04-27 17:12:25 -07:00
parent 48a0be8ff3
commit d88610cf2b

View File

@@ -221,7 +221,8 @@ describe("prepareBundledPluginRuntimeRoot", () => {
fs.writeFileSync(
path.join(runtimePluginRoot, "index.js"),
[
"export { default } from ",
"export { default } ",
"from ",
JSON.stringify("../../../dist/extensions/qqbot/index.js"),
";\n",
].join(""),