« get me outta code hell

test: move thumb-related utilities into image.js 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>2023-08-21 09:37:17 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-01 14:06:16 -0300
commit8dd2a2fd71fe0e1643201aff87acda8bbcc41295 (patch)
treed952370b6ba4fbda38de7f2f8afc9971b563ff88 /test/snapshot
parent145a4a292dea7dccb2bb9b58a760db32948c3918 (diff)
test: move thumb-related utilities into image.js snapshot
Diffstat (limited to 'test/snapshot')
-rw-r--r--test/snapshot/image.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/snapshot/image.js b/test/snapshot/image.js
index a8796e1..48dcfb6 100644
--- a/test/snapshot/image.js
+++ b/test/snapshot/image.js
@@ -9,6 +9,10 @@ testContentFunctions(t, 'image (snapshot)', async (t, evaluate) => {
       name: 'image',
       extraDependencies: {
         getSizeOfImagePath: () => 0,
+        getDimensionsOfImagePath: () => [600, 600],
+        getThumbnailEqualOrSmaller: () => 'medium',
+        getThumbnailsAvailableForDimensions: () =>
+          [['large', 800], ['medium', 400], ['small', 250]],
       },
       ...opts,
     });