mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:11:23 +08:00
FIX tests
This commit is contained in:
parent
e317326fbf
commit
4ef7455133
@ -26,6 +26,7 @@ describe('collapse docs-only stories', () => {
|
||||
isComponent: true,
|
||||
isLeaf: true,
|
||||
parent: 'root',
|
||||
children: [],
|
||||
});
|
||||
});
|
||||
});
|
||||
@ -39,12 +40,14 @@ describe('collapse all stories', () => {
|
||||
isComponent: true,
|
||||
isLeaf: true,
|
||||
parent: 'root',
|
||||
children: [],
|
||||
},
|
||||
b1: {
|
||||
id: 'b1',
|
||||
isComponent: true,
|
||||
isLeaf: true,
|
||||
parent: 'root',
|
||||
children: [],
|
||||
},
|
||||
root: {
|
||||
children: ['a1', 'b1'],
|
||||
@ -64,6 +67,7 @@ describe('collapse all stories', () => {
|
||||
isComponent: true,
|
||||
isLeaf: true,
|
||||
parent: 'root',
|
||||
children: [],
|
||||
});
|
||||
});
|
||||
it('collapses mixtures of leaf and non-leaf children', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user