« get me outta code hell

content, test: image: remove 'id' slot - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-13 16:00:03 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-13 16:00:03 -0400
commit58692c5544781c0fb50f7ab112be7eb38a188ae6 (patch)
tree872b93f91c1d8671caedde58d865d1b4913aaa92 /test
parent944ea96ae6f72c11527091a718b124d7e396cf34 (diff)
content, test: image: remove 'id' slot
Diffstat (limited to 'test')
-rw-r--r--test/snapshot/image.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/test/snapshot/image.js b/test/snapshot/image.js
index 2a1e980..447e7fa 100644
--- a/test/snapshot/image.js
+++ b/test/snapshot/image.js
@@ -38,29 +38,6 @@ testContentFunctions(t, 'image (snapshot)', async (t, evaluate) => {
     },
   });
 
-  quickSnapshot('id without link', {
-    slots: {
-      src: 'foobar',
-      id: 'banana',
-    },
-  });
-
-  quickSnapshot('id with link', {
-    slots: {
-      src: 'foobar',
-      link: true,
-      id: 'banana',
-    },
-  });
-
-  quickSnapshot('id with square', {
-    slots: {
-      src: 'foobar',
-      square: true,
-      id: 'banana',
-    },
-  });
-
   quickSnapshot('width & height', {
     slots: {
       src: 'foobar',