Fix JS unit tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-08-02 19:26:23 +02:00
parent 8c480af4bd
commit 0c749742ab
6 changed files with 35 additions and 16 deletions

View File

@@ -33,6 +33,15 @@ exports[`CommentTree renders a comment tree with comments 1`] = `
</div>
`;
exports[`CommentTree renders a loading comment tree 1`] = `
<div>
<!---->
<p class="loading has-text-centered">
Loading comments…
</p>
</div>
`;
exports[`CommentTree renders an empty comment tree 1`] = `
<div>
<form class="new-comment">