MCPcopy
hub / github.com/facebook/react / click

Function click

packages/react-dom/src/__tests__/ReactTestUtilsAct-test.js:139–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 assertLog([0]);
138 const button = container.querySelector('#button');
139 function click() {
140 button.dispatchEvent(new MouseEvent('click', {bubbles: true}));
141 }
142
143 await act(async () => {
144 click();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected