Skip to content

Commit

Permalink
fix serverConfigValues type AppMainContainer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlln committed Jan 14, 2025
1 parent 6c4cb43 commit 5b22f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/code-studio/src/main/AppMainContainer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function renderAppMainContainer({
setActiveTool = jest.fn(),
setDashboardIsolatedLinkerPanelId = jest.fn(),
client = new (dh as any).Client({}),
serverConfigValues = {},
serverConfigValues = new Map<string, string>(),
dashboardOpenedPanelMaps = {},
connection = makeConnection(),
session = makeSession(),
Expand Down

0 comments on commit 5b22f85

Please sign in to comment.