« get me outta code hell

test: provide some sensible defaults for more extraDependencies - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/lib
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-11-09 20:23:52 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-09 20:23:52 -0400
commit0bc5cfceebed54f357369daec80ee43e2bf7cb76 (patch)
tree871351ac876011fcb5d0c776b4f1e4406436cd23 /test/lib
parent1d991bb4bc877363532971a74f70e55939c637bb (diff)
test: provide some sensible defaults for more extraDependencies
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/content-function.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lib/content-function.js b/test/lib/content-function.js
index 24363e6..a4c5dac 100644
--- a/test/lib/content-function.js
+++ b/test/lib/content-function.js
@@ -50,8 +50,15 @@ export function testContentFunctions(t, message, fn) {
             thumb,
             to,
             urls,
+
+            pagePath: ['home'],
             appendIndexHTML: false,
             getColors: c => getColors(c, {chroma}),
+
+            wikiData: {
+              wikiInfo: {},
+            },
+
             ...extraDependencies,
           },
         });