Skip to content

Commit c4cc414

Browse files
committed
test: 💍 Add test case property
1 parent a15df91 commit c4cc414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/__tests__/Sidebar.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ describe("Sidebar Environment Variables", () => {
2929
onConnect: jest.fn(),
3030
onDisconnect: jest.fn(),
3131
stdErrNotifications: [],
32+
clearStdErrNotifications: jest.fn(),
3233
logLevel: "info" as const,
3334
sendLogLevelRequest: jest.fn(),
3435
loggingSupported: true,

0 commit comments

Comments
 (0)