mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 13:26:04 -06:00
style(cli): format install policy update test
This commit is contained in:
@@ -1481,8 +1481,9 @@ describe("plugins cli update", () => {
|
||||
|
||||
await runPluginsCommand(["plugins", "update", "--all", "--acknowledge-install-policy-warning"]);
|
||||
|
||||
const pluginAcknowledgement =
|
||||
expectSingleCallParams(updateNpmInstalledPluginsMock).onInstallPolicyWarning;
|
||||
const pluginAcknowledgement = expectSingleCallParams(
|
||||
updateNpmInstalledPluginsMock,
|
||||
).onInstallPolicyWarning;
|
||||
const hookAcknowledgement = expectSingleCallParams(
|
||||
updateNpmInstalledHookPacksMock,
|
||||
).onInstallPolicyWarning;
|
||||
|
||||
Reference in New Issue
Block a user