Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(site): fix storybook test
  • Loading branch information
BrunoQuaresma committed Feb 21, 2024
commit 39f4e2cdeae149ce651f6fcfb1d173803624479c
2 changes: 2 additions & 0 deletions site/src/modules/resources/PortForwardButton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ import {
MockWorkspace,
MockWorkspaceAgent,
} from "testHelpers/entities";
import { withDashboardProvider } from "testHelpers/storybook";

const meta: Meta<typeof PortForwardButton> = {
title: "modules/resources/PortForwardButton",
component: PortForwardButton,
decorators: [withDashboardProvider],
args: {
agent: MockWorkspaceAgent,
},
Expand Down