Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ CommandBarSpec.tsx
File
CommandBarSpec.tsx
web/src/js/__tests__/components/CommandBarSpec.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import * as React from
"react"
;
2
import { render, screen, userEvent, waitFor } from
"../test-utils"
;
3
import CommandBar from
"../../components/CommandBar"
;
4
import fetchMock, { enableFetchMocks } from
"jest-fetch-mock"
;
Callers
nothing calls this directly
Calls
3
render
Function · 0.90
expect
Function · 0.85
type
Method · 0.45
Tested by
no test coverage detected