Skip to content

Commit f5c3394

Browse files
committed
Move removal behind disableDOMTestUtils flag
1 parent 7e33f7e commit f5c3394

10 files changed

+1382
-62
lines changed

packages/react-dom/src/__tests__/ReactTestUtils-test.js

Lines changed: 528 additions & 9 deletions
Large diffs are not rendered by default.
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`ReactTestUtils Simulate should have locally attached media events 1`] = `
4+
[
5+
"abort",
6+
"animationEnd",
7+
"animationIteration",
8+
"animationStart",
9+
"auxClick",
10+
"beforeInput",
11+
"blur",
12+
"canPlay",
13+
"canPlayThrough",
14+
"cancel",
15+
"change",
16+
"click",
17+
"close",
18+
"compositionEnd",
19+
"compositionStart",
20+
"compositionUpdate",
21+
"contextMenu",
22+
"copy",
23+
"cut",
24+
"doubleClick",
25+
"drag",
26+
"dragEnd",
27+
"dragEnter",
28+
"dragExit",
29+
"dragLeave",
30+
"dragOver",
31+
"dragStart",
32+
"drop",
33+
"durationChange",
34+
"emptied",
35+
"encrypted",
36+
"ended",
37+
"error",
38+
"focus",
39+
"gotPointerCapture",
40+
"input",
41+
"invalid",
42+
"keyDown",
43+
"keyPress",
44+
"keyUp",
45+
"load",
46+
"loadStart",
47+
"loadedData",
48+
"loadedMetadata",
49+
"lostPointerCapture",
50+
"mouseDown",
51+
"mouseEnter",
52+
"mouseLeave",
53+
"mouseMove",
54+
"mouseOut",
55+
"mouseOver",
56+
"mouseUp",
57+
"paste",
58+
"pause",
59+
"play",
60+
"playing",
61+
"pointerCancel",
62+
"pointerDown",
63+
"pointerEnter",
64+
"pointerLeave",
65+
"pointerMove",
66+
"pointerOut",
67+
"pointerOver",
68+
"pointerUp",
69+
"progress",
70+
"rateChange",
71+
"reset",
72+
"resize",
73+
"scroll",
74+
"seeked",
75+
"seeking",
76+
"select",
77+
"stalled",
78+
"submit",
79+
"suspend",
80+
"timeUpdate",
81+
"toggle",
82+
"touchCancel",
83+
"touchEnd",
84+
"touchMove",
85+
"touchStart",
86+
"transitionEnd",
87+
"volumeChange",
88+
"waiting",
89+
"wheel",
90+
]
91+
`;

0 commit comments

Comments
 (0)