@@ -34,6 +34,7 @@ describe('getUpdateInfo', () => {
34
34
35
35
expect ( updateInfo ) . toEqual ( {
36
36
...input ,
37
+ ownerDataMap : expect . any ( WeakMap ) ,
37
38
displayName : 'TestComponent' ,
38
39
reason : {
39
40
propsDifferences : [ ] ,
@@ -58,6 +59,7 @@ describe('getUpdateInfo', () => {
58
59
59
60
expect ( updateInfo ) . toEqual ( {
60
61
...input ,
62
+ ownerDataMap : expect . any ( WeakMap ) ,
61
63
displayName : 'TestComponent' ,
62
64
reason : {
63
65
propsDifferences : [ ] ,
@@ -82,6 +84,7 @@ describe('getUpdateInfo', () => {
82
84
83
85
expect ( updateInfo ) . toEqual ( {
84
86
...input ,
87
+ ownerDataMap : expect . any ( WeakMap ) ,
85
88
displayName : 'TestComponent' ,
86
89
reason : {
87
90
propsDifferences : [ ] ,
@@ -106,6 +109,7 @@ describe('getUpdateInfo', () => {
106
109
107
110
expect ( updateInfo ) . toEqual ( {
108
111
...input ,
112
+ ownerDataMap : expect . any ( WeakMap ) ,
109
113
displayName : 'TestComponent' ,
110
114
reason : {
111
115
propsDifferences : [ ] ,
@@ -131,6 +135,7 @@ describe('getUpdateInfo', () => {
131
135
expect ( updateInfo ) . toEqual ( {
132
136
...input ,
133
137
displayName : 'TestComponent' ,
138
+ ownerDataMap : expect . any ( WeakMap ) ,
134
139
reason : {
135
140
propsDifferences : [
136
141
{
@@ -162,6 +167,7 @@ describe('getUpdateInfo', () => {
162
167
expect ( updateInfo ) . toEqual ( {
163
168
...input ,
164
169
displayName : 'TestComponent' ,
170
+ ownerDataMap : expect . any ( WeakMap ) ,
165
171
reason : {
166
172
propsDifferences : [ ] ,
167
173
stateDifferences : [
@@ -193,6 +199,7 @@ describe('getUpdateInfo', () => {
193
199
expect ( updateInfo ) . toEqual ( {
194
200
...input ,
195
201
displayName : 'TestComponent' ,
202
+ ownerDataMap : expect . any ( WeakMap ) ,
196
203
reason : {
197
204
propsDifferences : [
198
205
{
@@ -231,6 +238,7 @@ describe('getUpdateInfo', () => {
231
238
expect ( updateInfo ) . toEqual ( {
232
239
...input ,
233
240
displayName : 'TestComponent' ,
241
+ ownerDataMap : expect . any ( WeakMap ) ,
234
242
reason : {
235
243
propsDifferences : [
236
244
{
@@ -264,6 +272,7 @@ describe('getUpdateInfo', () => {
264
272
expect ( updateInfo ) . toEqual ( {
265
273
...input ,
266
274
displayName : 'TestComponent' ,
275
+ ownerDataMap : expect . any ( WeakMap ) ,
267
276
reason : {
268
277
propsDifferences : [ ] ,
269
278
stateDifferences : [
@@ -297,6 +306,7 @@ describe('getUpdateInfo', () => {
297
306
expect ( updateInfo ) . toEqual ( {
298
307
...input ,
299
308
displayName : 'TestComponent' ,
309
+ ownerDataMap : expect . any ( WeakMap ) ,
300
310
reason : {
301
311
propsDifferences : [
302
312
{
@@ -335,6 +345,7 @@ describe('getUpdateInfo', () => {
335
345
expect ( updateInfo ) . toEqual ( {
336
346
...input ,
337
347
displayName : 'TestComponent' ,
348
+ ownerDataMap : expect . any ( WeakMap ) ,
338
349
reason : {
339
350
propsDifferences : [
340
351
{
@@ -366,6 +377,7 @@ describe('getUpdateInfo', () => {
366
377
expect ( updateInfo ) . toEqual ( {
367
378
...input ,
368
379
displayName : 'TestComponent' ,
380
+ ownerDataMap : expect . any ( WeakMap ) ,
369
381
reason : {
370
382
propsDifferences : [ ] ,
371
383
stateDifferences : [
@@ -397,6 +409,7 @@ describe('getUpdateInfo', () => {
397
409
expect ( updateInfo ) . toEqual ( {
398
410
...input ,
399
411
displayName : 'TestComponent' ,
412
+ ownerDataMap : expect . any ( WeakMap ) ,
400
413
reason : {
401
414
propsDifferences : [
402
415
{
@@ -435,6 +448,7 @@ describe('getUpdateInfo', () => {
435
448
expect ( updateInfo ) . toEqual ( {
436
449
...input ,
437
450
displayName : 'TestComponent' ,
451
+ ownerDataMap : expect . any ( WeakMap ) ,
438
452
reason : {
439
453
propsDifferences : [
440
454
{
@@ -489,6 +503,7 @@ describe('getUpdateInfo', () => {
489
503
490
504
expect ( updateInfo ) . toEqual ( {
491
505
...input ,
506
+ ownerDataMap : expect . any ( WeakMap ) ,
492
507
displayName : 'TestComponent' ,
493
508
reason : {
494
509
propsDifferences : [
0 commit comments