Fix Vue unit tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-06-04 20:24:43 +02:00
parent f100fce0da
commit 51106841ab
18 changed files with 283 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CommentTree renders a comment tree 1`] = `
exports[`CommentTree renders a comment tree with comments 1`] = `
<div>
<!---->
<transition-group-stub name="comment-empty-list" mode="out-in">
@@ -13,7 +13,7 @@ exports[`CommentTree renders a comment tree 1`] = `
</div>
`;
exports[`CommentTree renders a comment tree 2`] = `
exports[`CommentTree renders an empty comment tree 1`] = `
<div>
<!---->
<transition-group-stub name="comment-empty-list" mode="out-in">