mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Whoops I broke CI (updating snapshots)
This commit is contained in:
@@ -11,15 +11,21 @@ exports[`OwnersListContext should fetch the owners list for the selected element
|
||||
Array [
|
||||
Object {
|
||||
"displayName": "Grandparent",
|
||||
"hocDisplayNames": null,
|
||||
"id": 7,
|
||||
"type": 5,
|
||||
},
|
||||
Object {
|
||||
"displayName": "Parent",
|
||||
"hocDisplayNames": null,
|
||||
"id": 9,
|
||||
"type": 5,
|
||||
},
|
||||
Object {
|
||||
"displayName": "Child",
|
||||
"hocDisplayNames": null,
|
||||
"id": 8,
|
||||
"type": 5,
|
||||
},
|
||||
]
|
||||
`;
|
||||
@@ -36,15 +42,21 @@ exports[`OwnersListContext should fetch the owners list for the selected element
|
||||
Array [
|
||||
Object {
|
||||
"displayName": "Grandparent",
|
||||
"hocDisplayNames": null,
|
||||
"id": 2,
|
||||
"type": 5,
|
||||
},
|
||||
Object {
|
||||
"displayName": "Parent",
|
||||
"hocDisplayNames": null,
|
||||
"id": 3,
|
||||
"type": 5,
|
||||
},
|
||||
Object {
|
||||
"displayName": "Child",
|
||||
"hocDisplayNames": null,
|
||||
"id": 4,
|
||||
"type": 5,
|
||||
},
|
||||
]
|
||||
`;
|
||||
@@ -53,11 +65,15 @@ exports[`OwnersListContext should fetch the owners list for the selected element
|
||||
Array [
|
||||
Object {
|
||||
"displayName": "Grandparent",
|
||||
"hocDisplayNames": null,
|
||||
"id": 2,
|
||||
"type": 5,
|
||||
},
|
||||
Object {
|
||||
"displayName": "Parent",
|
||||
"hocDisplayNames": null,
|
||||
"id": 3,
|
||||
"type": 5,
|
||||
},
|
||||
]
|
||||
`;
|
||||
@@ -71,7 +87,9 @@ exports[`OwnersListContext should include the current element even if there are
|
||||
Array [
|
||||
Object {
|
||||
"displayName": "Grandparent",
|
||||
"hocDisplayNames": null,
|
||||
"id": 5,
|
||||
"type": 5,
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
||||
@@ -29,6 +29,7 @@ Object {
|
||||
"children": Array [],
|
||||
"depth": 0,
|
||||
"displayName": "Child",
|
||||
"hocDisplayNames": null,
|
||||
"id": 3,
|
||||
"isCollapsed": false,
|
||||
"key": null,
|
||||
@@ -70,6 +71,7 @@ Object {
|
||||
"children": Array [],
|
||||
"depth": 0,
|
||||
"displayName": "Parent",
|
||||
"hocDisplayNames": null,
|
||||
"id": 2,
|
||||
"isCollapsed": false,
|
||||
"key": null,
|
||||
@@ -136,6 +138,7 @@ Object {
|
||||
],
|
||||
"depth": 0,
|
||||
"displayName": "Parent",
|
||||
"hocDisplayNames": null,
|
||||
"id": 3,
|
||||
"isCollapsed": false,
|
||||
"key": null,
|
||||
@@ -148,6 +151,7 @@ Object {
|
||||
"children": Array [],
|
||||
"depth": 1,
|
||||
"displayName": "Child",
|
||||
"hocDisplayNames": null,
|
||||
"id": 4,
|
||||
"isCollapsed": false,
|
||||
"key": "0",
|
||||
@@ -160,6 +164,7 @@ Object {
|
||||
"children": Array [],
|
||||
"depth": 1,
|
||||
"displayName": "Child",
|
||||
"hocDisplayNames": null,
|
||||
"id": 5,
|
||||
"isCollapsed": false,
|
||||
"key": "1",
|
||||
@@ -189,6 +194,7 @@ Object {
|
||||
],
|
||||
"depth": 0,
|
||||
"displayName": "Parent",
|
||||
"hocDisplayNames": null,
|
||||
"id": 3,
|
||||
"isCollapsed": false,
|
||||
"key": null,
|
||||
@@ -201,6 +207,7 @@ Object {
|
||||
"children": Array [],
|
||||
"depth": 1,
|
||||
"displayName": "Child",
|
||||
"hocDisplayNames": null,
|
||||
"id": 4,
|
||||
"isCollapsed": false,
|
||||
"key": "0",
|
||||
@@ -228,6 +235,7 @@ Object {
|
||||
"children": Array [],
|
||||
"depth": 0,
|
||||
"displayName": "Parent",
|
||||
"hocDisplayNames": null,
|
||||
"id": 3,
|
||||
"isCollapsed": false,
|
||||
"key": null,
|
||||
@@ -280,6 +288,7 @@ Object {
|
||||
],
|
||||
"depth": 0,
|
||||
"displayName": "Parent",
|
||||
"hocDisplayNames": null,
|
||||
"id": 3,
|
||||
"isCollapsed": false,
|
||||
"key": null,
|
||||
@@ -292,6 +301,7 @@ Object {
|
||||
"children": Array [],
|
||||
"depth": 1,
|
||||
"displayName": "Child",
|
||||
"hocDisplayNames": null,
|
||||
"id": 4,
|
||||
"isCollapsed": false,
|
||||
"key": null,
|
||||
@@ -304,6 +314,7 @@ Object {
|
||||
"children": Array [],
|
||||
"depth": 1,
|
||||
"displayName": "Child",
|
||||
"hocDisplayNames": null,
|
||||
"id": 5,
|
||||
"isCollapsed": false,
|
||||
"key": null,
|
||||
|
||||
Reference in New Issue
Block a user