Skip to content

Commit 246119e

Browse files
committed
fix test, will figure out new test for this that works
1 parent e29dbd5 commit 246119e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

components/tree/__examples__/default.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ const sampleNodes = {
1313
selected: true,
1414
},
1515
{
16-
assistiveText: 'Fruits',
17-
label: <span>Fruits</span>,
16+
label: 'Fruits',
1817
type: 'branch',
1918
id: 2,
2019
expanded: true,

utilities/sample-data/tree/index.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import sampleNodesWithLargeDataset from './sample-nodes-with-large-dataset';
32
import sampleNodesWithInitialState from './sample-nodes-with-initial-state';
43

@@ -9,8 +8,7 @@ const sampleNodesDefault = [
98
id: 1,
109
},
1110
{
12-
assistiveText: 'Fruits',
13-
label: <span>Fruits</span>,
11+
label: 'Fruits',
1412
type: 'branch',
1513
id: 2,
1614
nodes: [

0 commit comments

Comments
 (0)