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 a0c1c21 commit d23aae4Copy full SHA for d23aae4
client/src/components/__tests__/Sidebar.test.tsx
@@ -27,6 +27,10 @@ describe("Sidebar Environment Variables", () => {
27
setEnv: jest.fn(),
28
bearerToken: "",
29
setBearerToken: jest.fn(),
30
+ oauthClientId: "",
31
+ setOauthClientId: jest.fn(),
32
+ oauthParams: "",
33
+ setOauthParams: jest.fn(),
34
onConnect: jest.fn(),
35
onDisconnect: jest.fn(),
36
stdErrNotifications: [],
0 commit comments