From 762be9d8078a2fd19a460b7172129a9575974f1f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 4 Apr 2023 13:44:07 -0300 Subject: test: tidy & add descriptions for existing snapshot tests --- 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 633e2ae6..e479ece0 100644 --- a/test/snapshot/linkArtist.js +++ b/test/snapshot/linkArtist.js @@ -1,10 +1,10 @@ import t from 'tap'; import {testContentFunctions} from '../lib/content-function.js'; -testContentFunctions(t, 'linkArtist', async (t, evaluate) => { +testContentFunctions(t, 'linkArtist (snapshot)', async (t, evaluate) => { await evaluate.load(); - evaluate.snapshot({ + evaluate.snapshot('basic behavior', { name: 'linkArtist', args: [ { @@ -14,7 +14,7 @@ testContentFunctions(t, 'linkArtist', async (t, evaluate) => { ], }); - evaluate.snapshot({ + evaluate.snapshot('prefer short name', { name: 'linkArtist', args: [ { -- cgit 1.3.0-6-gf8a5