diff options
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 |
commit | 0bc5cfceebed54f357369daec80ee43e2bf7cb76 (patch) | |
tree | 871351ac876011fcb5d0c776b4f1e4406436cd23 /test | |
parent | 1d991bb4bc877363532971a74f70e55939c637bb (diff) |
test: provide some sensible defaults for more extraDependencies
Diffstat (limited to 'test')
-rw-r--r-- | test/lib/content-function.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lib/content-function.js b/test/lib/content-function.js index 24363e60..a4c5dac1 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, }, }); |