diff options
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'}, |