« get me outta code hell

test: use postprocess option in snapshots - 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:
author(quasar) nebula <qznebula@protonmail.com>2023-04-04 13:51:52 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-04-04 13:52:17 -0300
commit9928fcbcff7cfa1aa6ec1f8437f43485e1245f21 (patch)
treecbaec1427241e2a79242ba0bbb4d205237987cd1 /test/snapshot/linkArtist.js
parent7f94b714cdac8b19334f1e06040581c65fb81216 (diff)
test: use postprocess option in snapshots
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),
+  });
 });