From 2ce5ddd844603b1c3d8f220a12603677104b7545 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 13 Jun 2023 12:37:18 -0300 Subject: test: use "native" slots shorthand instead of postprocess --- test/snapshot/linkArtist.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/snapshot/linkArtist.js') diff --git a/test/snapshot/linkArtist.js b/test/snapshot/linkArtist.js index 0451f1c5..684affc3 100644 --- a/test/snapshot/linkArtist.js +++ b/test/snapshot/linkArtist.js @@ -23,8 +23,8 @@ testContentFunctions(t, 'linkArtist (snapshot)', async (t, evaluate) => { directory: '55gore', }, ], - - postprocess: v => v - .slot('preferShortName', true), + slots: { + preferShortName: true, + }, }); }); -- cgit 1.3.0-6-gf8a5