Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ optionsSpec.tsx
File
optionsSpec.tsx
web/src/js/__tests__/ducks/optionsSpec.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import reduceOptions, * as optionsActions from
"../../ducks/options"
;
2
import { enableFetchMocks } from
"jest-fetch-mock"
;
3
import { TStore } from
"./tutils"
;
4
import { waitFor } from
"@testing-library/dom"
;
Callers
nothing calls this directly
Calls
6
TStore
Function · 0.90
expect
Function · 0.85
dispatch
Method · 0.80
it
Function · 0.50
update
Method · 0.45
save
Method · 0.45
Tested by
no test coverage detected