« get me outta code hell

test: update image (snapshot) - 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-04-24 16:12:42 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-01 07:06:07 -0300
commitd67db6a4d59ca9880a7ae5596c89550bd35c03c2 (patch)
treea47c157a7e7494f9f6cfd10cb8d4bfb8c0e56892 /test
parent8ee8f07ecea69c245acab23d537eb35d39d7ef9d (diff)
test: update image (snapshot)
Diffstat (limited to 'test')
-rw-r--r--test/snapshot/image.js13
1 files changed, 10 insertions, 3 deletions
diff --git a/test/snapshot/image.js b/test/snapshot/image.js
index 447e7fa..1985211 100644
--- a/test/snapshot/image.js
+++ b/test/snapshot/image.js
@@ -38,11 +38,10 @@ testContentFunctions(t, 'image (snapshot)', async (t, evaluate) => {
     },
   });
 
-  quickSnapshot('width & height', {
+  quickSnapshot('dimensions', {
     slots: {
       src: 'foobar',
-      width: 600,
-      height: 400,
+      dimensions: [600, 400],
     },
   });
 
@@ -53,6 +52,14 @@ testContentFunctions(t, 'image (snapshot)', async (t, evaluate) => {
     },
   });
 
+  quickSnapshot('dimensions with square', {
+    slots: {
+      src: 'foobar',
+      dimensions: [600, 400],
+      square: true,
+    },
+  });
+
   quickSnapshot('lazy with square', {
     slots: {
       src: 'foobar',