« get me outta code hell

external-links, test: update linkExternal snapshot tests - 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>2024-03-29 19:08:33 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-03-29 20:41:54 -0300
commit40d6c1c3bd8c454479cdb283086b4bfc339688fe (patch)
treeba26b61db8a3b75eef58b14b2236316d2c25ab82 /test/snapshot
parent77bb29bfbcfe21dd6d01776f8578b2ff894076c8 (diff)
external-links, test: update linkExternal snapshot tests
Diffstat (limited to 'test/snapshot')
-rw-r--r--test/snapshot/linkExternal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshot/linkExternal.js b/test/snapshot/linkExternal.js
index f413863..6c43ea3 100644
--- a/test/snapshot/linkExternal.js
+++ b/test/snapshot/linkExternal.js
@@ -20,7 +20,7 @@ testContentFunctions(t, 'linkExternal (snapshot)', async (t, evaluate) => {
     });
 
   const quickSnapshotAllStyles = (context, urls) => {
-    for (const style of ['platform', 'normal', 'compact']) {
+    for (const style of ['platform', 'handle']) {
       const message = `context: ${context}, style: ${style}`;
       quickSnapshot(message, urls, {context, style});
     }