MCPcopy
hub / github.com/adobe/react-spectrum / BrowserCommands

Interface BrowserCommands

vitest.browser.config.ts:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166declare module 'vitest/browser' {
167 interface BrowserCommands {
168 lockClipboard: () => Promise<void>;
169 unlockClipboard: () => void;
170 }
171}
172
173export default defineConfig({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected