« get me outta code hell

content: linkContribution: add preventWrapping slot - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/snapshot
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-08-10 10:53:45 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-08-10 10:53:45 -0300
commitf49326e998f69931b52969c4235b0ee478ddc682 (patch)
tree22821489f63ef6a5395ddd6aad930082917f45ff /test/snapshot
parentf00554fe281dfccfed09524b4fc9a6677a56ffcf (diff)
content: linkContribution: add preventWrapping slot
Diffstat (limited to 'test/snapshot')
-rw-r--r--test/snapshot/linkContribution.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/snapshot/linkContribution.js b/test/snapshot/linkContribution.js
index 10b1bd0..ccb7467 100644
--- a/test/snapshot/linkContribution.js
+++ b/test/snapshot/linkContribution.js
@@ -64,4 +64,10 @@ testContentFunctions(t, 'linkContribution (snapshot)', async (t, evaluate) => {
     ],
     slots: {showIcons: true},
   });
+
+  quickSnapshot('no preventWrapping', {
+    showContribution: true,
+    showIcons: true,
+    preventWrapping: false,
+  });
 });