We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15df91 commit c4cc414Copy full SHA for c4cc414
client/src/components/__tests__/Sidebar.test.tsx
@@ -29,6 +29,7 @@ describe("Sidebar Environment Variables", () => {
29
onConnect: jest.fn(),
30
onDisconnect: jest.fn(),
31
stdErrNotifications: [],
32
+ clearStdErrNotifications: jest.fn(),
33
logLevel: "info" as const,
34
sendLogLevelRequest: jest.fn(),
35
loggingSupported: true,
0 commit comments