MCPcopy
hub / github.com/vitest-dev/vitest / getUiAPI

Function getUiAPI

packages/browser/src/client/ui.ts:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3/* @__NO_SIDE_EFFECTS__ */
4export function getUiAPI(): BrowserUI | undefined {
5 // @ts-expect-error not typed global
6 return window.__vitest_ui_api__
7}

Callers 2

cleanupTestersMethod · 0.90
setIframeViewportFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected