MCPcopy Index your code
hub / github.com/coder/coder / TestingComponent

Function TestingComponent

site/src/contexts/ProxyContext.test.tsx:118–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116});
117
118const TestingComponent = () => {
119 return renderWithAuth(
120 <ProxyProvider>
121 <TestingScreen />
122 </ProxyProvider>,
123 {
124 route: "/proxies",
125 path: "/proxies",
126 },
127 );
128};
129
130// TestingScreen just mounts some components that we can check in the unit test.
131const TestingScreen = () => {

Callers 1

Calls 1

renderWithAuthFunction · 0.90

Tested by

no test coverage detected