mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:40:44 +00:00
test: avoid bundled discovery in disabled plugin test (#73235) (thanks @zqchris)
This commit is contained in:
@@ -5528,7 +5528,7 @@ module.exports = { id: "throws-after-import", register() {} };`,
|
||||
});
|
||||
|
||||
it("respects explicit disable in config", () => {
|
||||
process.env.OPENCLAW_BUNDLED_PLUGINS_DIR = "/nonexistent/bundled/plugins";
|
||||
useNoBundledPlugins();
|
||||
const plugin = writePlugin({
|
||||
id: "config-disable",
|
||||
body: `module.exports = { id: "config-disable", register() {} };`,
|
||||
|
||||
Reference in New Issue
Block a user