test: tighten plugin config empty assertions

This commit is contained in:
Shakker
2026-05-09 04:30:14 +01:00
parent 535d70c202
commit 67e1f1a6b2
7 changed files with 12 additions and 12 deletions

View File

@@ -325,7 +325,7 @@ describe("github-copilot plugin", () => {
expect(result?.agents?.defaults?.model).toEqual({
primary: "github-copilot/claude-opus-4.7",
});
expect(result?.agents?.defaults?.models?.["github-copilot/claude-opus-4.7"]).toEqual({});
expect(result?.agents?.defaults?.models?.["github-copilot/claude-opus-4.7"]).toStrictEqual({});
const profile = ensureAuthProfileStore(agentDir).profiles["github-copilot:github"];
expect(profile).toEqual({