FIX tests

This commit is contained in:
Norbert de Langen 2020-02-08 12:03:07 +01:00
parent e317326fbf
commit 4ef7455133
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -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', () => {