Merge branch 'main' into main

This commit is contained in:
Cliff Hall
2025-04-01 15:35:12 -04:00
committed by GitHub
4 changed files with 31 additions and 11 deletions

View File

@@ -26,6 +26,7 @@ describe("Sidebar Environment Variables", () => {
bearerToken: "",
setBearerToken: jest.fn(),
onConnect: jest.fn(),
onDisconnect: jest.fn(),
stdErrNotifications: [],
logLevel: "info" as const,
sendLogLevelRequest: jest.fn(),