mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-20 17:31:35 +00:00
chore(tooling): enforce formatting and refresh TypeScript checks (#104239)
* chore(tooling): enforce current formatter and refresh checks * chore(tooling): keep release changelog formatter-owned * chore(tooling): retain compatible Node type surface * ci: enforce formatting for docs-only changes * ci: isolate docs formatter check * chore(tooling): apply updated lint and format rules * chore(tooling): satisfy updated switch lint * style(ui): apply Linux formatter layout * test(doctor): match quiet local audio contribution * test(doctor): assert quiet output only * test(doctor): follow restored information contract
This commit is contained in:
committed by
GitHub
parent
81ce206ee8
commit
7bf80dc2c6
@@ -160,10 +160,13 @@ describe("commitConfigWithPendingPluginInstalls", () => {
|
||||
codex: nextConfig.plugins?.installs?.codex,
|
||||
concurrent: nextConfig.plugins?.installs?.concurrent,
|
||||
});
|
||||
expect(commit).toHaveBeenCalledWith({}, {
|
||||
afterWrite: { mode: "restart", reason: "plugin source changed" },
|
||||
unsetPaths: [["plugins", "installs"]],
|
||||
});
|
||||
expect(commit).toHaveBeenCalledWith(
|
||||
{},
|
||||
{
|
||||
afterWrite: { mode: "restart", reason: "plugin source changed" },
|
||||
unsetPaths: [["plugins", "installs"]],
|
||||
},
|
||||
);
|
||||
expect(result.installRecords).toStrictEqual({
|
||||
stale: existingRecords.stale,
|
||||
missing: sourceConfig.plugins?.installs?.missing,
|
||||
|
||||
Reference in New Issue
Block a user