mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 20:31:19 +00:00
fix(regression): persist auto-enabled directory config
This commit is contained in:
@@ -150,5 +150,6 @@ describe("registerDirectoryCli", () => {
|
||||
cfg: autoEnabledConfig,
|
||||
}),
|
||||
);
|
||||
expect(mocks.writeConfigFile).toHaveBeenCalledWith(autoEnabledConfig);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user