Skip to content

Commit d23aae4

Browse files
authored
Fix a bunch of TypeScript build errors (#4)
1 parent a0c1c21 commit d23aae4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ describe("Sidebar Environment Variables", () => {
2727
setEnv: jest.fn(),
2828
bearerToken: "",
2929
setBearerToken: jest.fn(),
30+
oauthClientId: "",
31+
setOauthClientId: jest.fn(),
32+
oauthParams: "",
33+
setOauthParams: jest.fn(),
3034
onConnect: jest.fn(),
3135
onDisconnect: jest.fn(),
3236
stdErrNotifications: [],

0 commit comments

Comments
 (0)