Skip to content

Commit

Permalink
Update book-tocs snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerZeroMaster committed Aug 29, 2024
1 parent d3ea23c commit dccbb81
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions client/specs/__snapshots__/book-tocs.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,27 @@ exports[`Toc Provider returns tree items for children 4`] = `
"label": "title",
}
`;

exports[`filtering toggleTocTreesFilteringHandler 1`] = `
[
[
{
"children": [],
"label": "m1",
},
{
"expand": 3,
},
],
[
{
"children": [],
"label": "m2",
"type": "TocNodeKind.Page",
},
{
"expand": 3,
},
],
]
`;

0 comments on commit dccbb81

Please sign in to comment.