diff options
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 |
commit | 39e4b094e4ae779811549a4e38c355caf5db3c05 (patch) | |
tree | ae8995d82fb869d8d36ed917f5a457c84fcef0b3 /test | |
parent | 55aae709bdf7db8b1fda3465e3de3d8b46673d4b (diff) |
test: remove color attribute in linkTemplate (snapshot)
Diffstat (limited to 'test')
-rw-r--r-- | test/snapshot/linkTemplate.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/snapshot/linkTemplate.js b/test/snapshot/linkTemplate.js index 7351a102..300065e2 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'}, |