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

Function clear

packages/dom-event-testing-library/domEnvironment.js:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45export const platform = {
46 clear() {
47 platformGetter.mockClear();
48 },
49 get() {
50 return global.navigator.platform === 'MacIntel' ? 'mac' : 'windows';
51 },

Callers

nothing calls this directly

Calls 1

mockClearMethod · 0.80

Tested by

no test coverage detected