« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/snapshot/linkArtist.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/snapshot/linkArtist.js')
-rw-r--r--test/snapshot/linkArtist.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/snapshot/linkArtist.js b/test/snapshot/linkArtist.js
index e479ece0..0451f1c5 100644
--- a/test/snapshot/linkArtist.js
+++ b/test/snapshot/linkArtist.js
@@ -23,5 +23,8 @@ testContentFunctions(t, 'linkArtist (snapshot)', async (t, evaluate) => {
         directory: '55gore',
       },
     ],
-  }, v => v.slot('preferShortName', true));
+
+    postprocess: v => v
+      .slot('preferShortName', true),
+  });
 });