chore: update workspace dependencies

This commit is contained in:
Peter Steinberger
2026-04-28 03:09:39 +01:00
parent bbed4ac096
commit 632b0fd580
31 changed files with 266 additions and 249 deletions

View File

@@ -331,7 +331,7 @@ describe("github-copilot token", () => {
expect(res.token).toBe("cached;proxy-ep=proxy.example.com;");
expect(res.baseUrl).toBe("https://api.example.com");
expect(String(res.source)).toContain("cache:");
expect(res.source).toContain("cache:");
expect(fetchImpl).not.toHaveBeenCalled();
});