From 53de5b69cc5bfdc3ce4a7993f3cb4082fb4a78ea Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Mon, 20 May 2019 09:42:37 -0700 Subject: [PATCH] Updated test snapshot --- .../inspectedElementContext-test.js.snap | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/__tests__/__snapshots__/inspectedElementContext-test.js.snap b/src/__tests__/__snapshots__/inspectedElementContext-test.js.snap index 282c866805..163603eb7d 100644 --- a/src/__tests__/__snapshots__/inspectedElementContext-test.js.snap +++ b/src/__tests__/__snapshots__/inspectedElementContext-test.js.snap @@ -27,6 +27,28 @@ 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]