« get me outta code hell

test: update generate{Album,Track}CoverArtwork - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/snapshot/generateTrackCoverArtwork.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-04-24 16:05:44 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-04-24 16:06:39 -0300
commit14f7f16b740250eafa4c1c17dad531e70a6f6f10 (patch)
treecb35745e3bbe182cff79d77857b303ef868d20b5 /test/snapshot/generateTrackCoverArtwork.js
parent2091b2fb4f3296a2e48d8cdef4da698d235c39ac (diff)
test: update generate{Album,Track}CoverArtwork
Diffstat (limited to 'test/snapshot/generateTrackCoverArtwork.js')
-rw-r--r--test/snapshot/generateTrackCoverArtwork.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/snapshot/generateTrackCoverArtwork.js b/test/snapshot/generateTrackCoverArtwork.js
index 1e651eb1..4d952119 100644
--- a/test/snapshot/generateTrackCoverArtwork.js
+++ b/test/snapshot/generateTrackCoverArtwork.js
@@ -11,6 +11,7 @@ testContentFunctions(t, 'generateTrackCoverArtwork (snapshot)', async (t, evalua
   const album = {
     directory: 'bee-forus-seatbelt-safebee',
     coverArtFileExtension: 'png',
+    coverArtDimensions: [400, 300],
     artTags: [
       {name: 'Damara', directory: 'damara', isContentWarning: false},
       {name: 'Cronus', directory: 'cronus', isContentWarning: false},
@@ -23,6 +24,7 @@ testContentFunctions(t, 'generateTrackCoverArtwork (snapshot)', async (t, evalua
     directory: 'beesmp3',
     hasUniqueCoverArt: true,
     coverArtFileExtension: 'jpg',
+    coverArtDimensions: null,
     color: '#f28514',
     artTags: [{name: 'Bees', directory: 'bees', isContentWarning: false}],
     album,