« get me outta code hell

test: remove color attribute in linkTemplate (snapshot) - 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-01-01 00:22:01 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-01 15:32:26 -0400
commit39e4b094e4ae779811549a4e38c355caf5db3c05 (patch)
treeae8995d82fb869d8d36ed917f5a457c84fcef0b3 /test/snapshot
parent55aae709bdf7db8b1fda3465e3de3d8b46673d4b (diff)
test: remove color attribute in linkTemplate (snapshot)
Diffstat (limited to 'test/snapshot')
-rw-r--r--test/snapshot/linkTemplate.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/snapshot/linkTemplate.js b/test/snapshot/linkTemplate.js
index 7351a10..300065e 100644
--- a/test/snapshot/linkTemplate.js
+++ b/test/snapshot/linkTemplate.js
@@ -8,12 +8,7 @@ testContentFunctions(t, 'linkTemplate (snapshot)', async (t, evaluate) => {
   evaluate.snapshot('fill many slots', {
     name: 'linkTemplate',
 
-    extraDependencies: {
-      getColors: c => ({primary: c + 'ff', dim: c + '77'}),
-    },
-
     slots: {
-      'color': '#123456',
       'href': 'https://hsmusic.wiki/media/cool file.pdf',
       'hash': 'fooey',
       'attributes': {class: 'dog', id: 'cat1'},