mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
fix: update test snapshots
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
4eb341308a
commit
0c03e03a95
5 changed files with 18 additions and 18 deletions
|
@ -3,7 +3,7 @@
|
|||
exports[`Table of contents renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="markdown-toc customClassName"
|
||||
class="toc customClassName"
|
||||
>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -42,7 +42,7 @@ exports[`Table of contents renders correctly 1`] = `
|
|||
exports[`Table of contents renders only in requested max depth 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="markdown-toc customClassName"
|
||||
class="toc customClassName"
|
||||
>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue