test(loader): re-enable bundled fixtures

This commit is contained in:
Vincent Koc
2026-04-28 12:02:53 -07:00
parent b014462690
commit df8611c420

View File

@@ -216,6 +216,7 @@ function writeBundledPlugin(params: {
filename: params.filename ?? "index.cjs",
body: params.body ?? simplePluginBody(params.id),
});
delete process.env.OPENCLAW_DISABLE_BUNDLED_PLUGINS;
process.env.OPENCLAW_BUNDLED_PLUGINS_DIR = bundledDir;
return { bundledDir, plugin };
}