From 8cf73010761bedb61d4e38576199c9b15c4c5828 Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Tue, 18 Apr 2023 17:00:15 +0530 Subject: [PATCH] Update TreeComponent.test.tsx.snap --- .../__snapshots__/TreeComponent.test.tsx.snap | 279 +++++++++--------- 1 file changed, 137 insertions(+), 142 deletions(-) diff --git a/src/Explorer/Controls/TreeComponent/__snapshots__/TreeComponent.test.tsx.snap b/src/Explorer/Controls/TreeComponent/__snapshots__/TreeComponent.test.tsx.snap index 8fb8476ca..1d4f0baa8 100644 --- a/src/Explorer/Controls/TreeComponent/__snapshots__/TreeComponent.test.tsx.snap +++ b/src/Explorer/Controls/TreeComponent/__snapshots__/TreeComponent.test.tsx.snap @@ -184,38 +184,39 @@ exports[`TreeNodeComponent renders a simple node (sorted children, expanded) 1`] }, }, } - menuProps={ - Object { - "contextualMenuItemAs": [Function], - "coverTarget": true, - "directionalHint": 3, - "isBeakVisible": false, - "items": Array [ - Object { - "className": undefined, - "disabled": true, - "key": "menuLabel", - "onClick": [Function], - "onRenderIcon": [Function], - "text": "menuLabel", - }, - ], - "onMenuDismissed": [Function], - "onMenuOpened": [Function], - } - } - name="More" - styles={ - Object { - "rootFocused": Object { - "outline": "1px dashed undefined", - }, - } - } - title="More" - /> - - + } + menuProps={ + Object { + "contextualMenuItemAs": [Function], + "coverTarget": true, + "directionalHint": 3, + "isBeakVisible": false, + "items": Array [ + Object { + "className": undefined, + "disabled": true, + "key": "menuLabel", + "onClick": [Function], + "onRenderIcon": [Function], + "text": "menuLabel", + }, + ], + "onMenuDismissed": [Function], + "onMenuOpened": [Function], + } + } + name="More" + styles={ + Object { + "rootFocused": Object { + "outline": "1px dashed undefined", + }, + } + } + title="More" + /> + +