Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ FlowViewSpec.tsx
File
FlowViewSpec.tsx
web/src/js/__tests__/components/FlowViewSpec.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import * as React from
"react"
;
2
import { act, fireEvent, render, screen } from
"../test-utils"
;
3
import FlowView from
"../../components/FlowView"
;
4
import * as flowActions from
"../../ducks/flows"
;
Callers
nothing calls this directly
Calls
4
render
Function · 0.90
expect
Function · 0.85
dispatch
Method · 0.80
select
Method · 0.45
Tested by
no test coverage detected