mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:40:44 +00:00
test: avoid bundled extension boundary false positive
This commit is contained in:
@@ -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(""),
|
||||
|
||||
Reference in New Issue
Block a user