MCPcopy Create free account
hub / github.com/coder/coder / renderAppLink

Function renderAppLink

site/src/modules/resources/AppLink/AppLink.test.tsx:10–14  ·  view source on GitHub ↗
(app: typeof MockWorkspaceApp)

Source from the content-addressed store, hash-verified

8import { AppLink } from "./AppLink";
9
10const renderAppLink = (app: typeof MockWorkspaceApp) => {
11 return renderWithAuth(
12 <AppLink app={app} workspace={MockWorkspace} agent={MockWorkspaceAgent} />,
13 );
14};
15
16// Regression test for https://github.com/coder/coder/issues/18573:
17// open_in="tab" was not opening links in a new tab.

Callers 1

AppLink.test.tsxFile · 0.85

Calls 1

renderWithAuthFunction · 0.90

Tested by

no test coverage detected