Skip to content

feat: add port sharing frontend #12119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Feb 20, 2024
Prev Previous commit
fmt
  • Loading branch information
f0ssel committed Feb 20, 2024
commit a5dbe20b698ec4f8f2ad5c3480c025a068e9fec9
9 changes: 7 additions & 2 deletions site/src/modules/resources/PortForwardPopoverView.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import { screen } from "@testing-library/react";
import { MockListeningPortsResponse, MockTemplate, MockWorkspace, MockWorkspaceAgent } from "testHelpers/entities";
import {
MockListeningPortsResponse,
MockTemplate,
MockWorkspace,
MockWorkspaceAgent,
} from "testHelpers/entities";
import { renderComponent } from "testHelpers/renderHelpers";
import { PortForwardPopoverView } from "./PortForwardButton";
import { QueryClientProvider, QueryClient } from "react-query";
Expand All @@ -19,7 +24,7 @@ describe("Port Forward Popover View", () => {
username="username"
workspaceName="workspaceName"
/>
</QueryClientProvider>
</QueryClientProvider>,
);

expect(
Expand Down