mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove snapshot
This commit is contained in:
committed by
Brian Vaughn
parent
70084e881b
commit
9a67ba2f98
@@ -51,28 +51,6 @@ exports[`InspectedElementContext should inspect the currently selected element:
|
||||
}
|
||||
`;
|
||||
|
||||
exports[`InspectedElementContext should inspect the currently selected element: 2: Inspected element 2 2`] = `
|
||||
{
|
||||
"id": 2,
|
||||
"owners": null,
|
||||
"context": null,
|
||||
"hooks": [
|
||||
{
|
||||
"id": 0,
|
||||
"isStateEditable": true,
|
||||
"name": "State",
|
||||
"value": 1,
|
||||
"subHooks": []
|
||||
}
|
||||
],
|
||||
"props": {
|
||||
"foo": 1,
|
||||
"bar": "abc"
|
||||
},
|
||||
"state": null
|
||||
}
|
||||
`;
|
||||
|
||||
exports[`InspectedElementContext should poll for updates for the currently selected element: 1: mount 1`] = `
|
||||
[root]
|
||||
<Example>
|
||||
|
||||
Reference in New Issue
Block a user