Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit c56ea19

Browse files
committed
Update snapshots after Tree component update
1 parent 127c3f1 commit c56ea19

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/devtools-reps/src/object-inspector/tests/component/__snapshots__/classnames.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`ObjectInspector - classnames has the expected class 1`] = `
55
<Tree className=\\"object-inspector\\" autoExpandAll={true} autoExpandDepth={0} disabledFocus={[undefined]} itemHeight={20} isExpanded={[Function]} isExpandable={[Function]} focused={{...}} getRoots={[Function]} getParent={[Function]} getChildren={[Function]} getKey={[Function]} onExpand={[Function]} onCollapse={[Function]} onFocus={[Function]} renderItem={[Function]}>
66
<div className=\\"tree object-inspector\\" role=\\"tree\\" tabIndex=\\"0\\" onKeyDown={[Function]} onKeyPress={[Function]} onKeyUp={[Function]} onFocus={[Function]} onBlur={[Function]} onClick={[Function]} aria-label={[undefined]} aria-labelledby={[undefined]} aria-activedescendant={{...}} style={{...}}>
77
<TreeNode id=\\"root\\" index={0} item={{...}} depth={0} renderItem={[Function]} focused={false} expanded={false} isExpandable={false} onExpand={[Function]} onCollapse={[Function]} onClick={[Function]}>
8-
<div id=\\"root\\" className=\\"tree-node\\" style={{...}} onClick={[Function]} role=\\"treeitem\\" aria-level={0} aria-expanded={[undefined]} data-expandable={false}>
8+
<div id=\\"root\\" className=\\"tree-node\\" onClick={[Function]} role=\\"treeitem\\" aria-level={0} aria-expanded={[undefined]} data-expandable={false}>
99
<div className=\\"node object-node\\" onClick={[Function]} onDoubleClick={{...}}>
1010
<span className=\\"object-label\\" onClick={{...}}>
1111
root
@@ -29,7 +29,7 @@ exports[`ObjectInspector - classnames has the inline class when inline prop is t
2929
<Tree className=\\"inline object-inspector\\" autoExpandAll={true} autoExpandDepth={0} disabledFocus={[undefined]} itemHeight={20} isExpanded={[Function]} isExpandable={[Function]} focused={{...}} getRoots={[Function]} getParent={[Function]} getChildren={[Function]} getKey={[Function]} onExpand={[Function]} onCollapse={[Function]} onFocus={[Function]} renderItem={[Function]}>
3030
<div className=\\"tree inline object-inspector\\" role=\\"tree\\" tabIndex=\\"0\\" onKeyDown={[Function]} onKeyPress={[Function]} onKeyUp={[Function]} onFocus={[Function]} onBlur={[Function]} onClick={[Function]} aria-label={[undefined]} aria-labelledby={[undefined]} aria-activedescendant={{...}} style={{...}}>
3131
<TreeNode id=\\"root\\" index={0} item={{...}} depth={0} renderItem={[Function]} focused={false} expanded={false} isExpandable={false} onExpand={[Function]} onCollapse={[Function]} onClick={[Function]}>
32-
<div id=\\"root\\" className=\\"tree-node\\" style={{...}} onClick={[Function]} role=\\"treeitem\\" aria-level={0} aria-expanded={[undefined]} data-expandable={false}>
32+
<div id=\\"root\\" className=\\"tree-node\\" onClick={[Function]} role=\\"treeitem\\" aria-level={0} aria-expanded={[undefined]} data-expandable={false}>
3333
<div className=\\"node object-node\\" onClick={[Function]} onDoubleClick={{...}}>
3434
<span className=\\"object-label\\" onClick={{...}}>
3535
root
@@ -53,7 +53,7 @@ exports[`ObjectInspector - classnames has the nowrap class when disableWrap prop
5353
<Tree className=\\"nowrap object-inspector\\" autoExpandAll={true} autoExpandDepth={0} disabledFocus={[undefined]} itemHeight={20} isExpanded={[Function]} isExpandable={[Function]} focused={{...}} getRoots={[Function]} getParent={[Function]} getChildren={[Function]} getKey={[Function]} onExpand={[Function]} onCollapse={[Function]} onFocus={[Function]} renderItem={[Function]}>
5454
<div className=\\"tree nowrap object-inspector\\" role=\\"tree\\" tabIndex=\\"0\\" onKeyDown={[Function]} onKeyPress={[Function]} onKeyUp={[Function]} onFocus={[Function]} onBlur={[Function]} onClick={[Function]} aria-label={[undefined]} aria-labelledby={[undefined]} aria-activedescendant={{...}} style={{...}}>
5555
<TreeNode id=\\"root\\" index={0} item={{...}} depth={0} renderItem={[Function]} focused={false} expanded={false} isExpandable={false} onExpand={[Function]} onCollapse={[Function]} onClick={[Function]}>
56-
<div id=\\"root\\" className=\\"tree-node\\" style={{...}} onClick={[Function]} role=\\"treeitem\\" aria-level={0} aria-expanded={[undefined]} data-expandable={false}>
56+
<div id=\\"root\\" className=\\"tree-node\\" onClick={[Function]} role=\\"treeitem\\" aria-level={0} aria-expanded={[undefined]} data-expandable={false}>
5757
<div className=\\"node object-node\\" onClick={[Function]} onDoubleClick={{...}}>
5858
<span className=\\"object-label\\" onClick={{...}}>
5959
root

packages/devtools-reps/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,9 +1646,9 @@ detect-libc@^1.0.2:
16461646
version "1.0.3"
16471647
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
16481648

1649-
devtools-components@^0.1.0:
1650-
version "0.1.0"
1651-
resolved "https://registry.yarnpkg.com/devtools-components/-/devtools-components-0.1.0.tgz#c68c0f0b0ab0a7fa2cded693a86965c3738f5735"
1649+
devtools-components@^0.1.1:
1650+
version "0.1.1"
1651+
resolved "https://registry.yarnpkg.com/devtools-components/-/devtools-components-0.1.1.tgz#71dd30eb4a737853b8ffbbeb869f538f128f8328"
16521652
dependencies:
16531653
prop-types "^15.6.0"
16541654
react-dom-factories "^1.0.2"

0 commit comments

Comments
 (0)