Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ event
Function
event
packages/react-aria/test/searchfield/useSearchField.test.js:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
let
onSubmit = jest.fn();
61
let
onKeyDown = jest.fn();
62
let
event = key => ({
63
key,
64
preventDefault,
65
stopPropagation
66
});
67
68
afterEach(() => {
69
preventDefault.mockClear();
Callers
1
useSearchField.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected