« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--test/lib/content-function.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lib/content-function.js b/test/lib/content-function.js
index 692d510..30fa78e 100644
--- a/test/lib/content-function.js
+++ b/test/lib/content-function.js
@@ -10,7 +10,7 @@ import urlSpec from '../../src/url-spec.js';
 import * as html from '../../src/util/html.js';
 import {empty, showAggregate} from '../../src/util/sugar.js';
 import {getColors} from '../../src/util/colors.js';
-import {generateURLs} from '../../src/util/urls.js';
+import {generateURLs, thumb} from '../../src/util/urls.js';
 import {processLanguageFile} from '../../src/data/language.js';
 
 const __dirname = path.dirname(fileURLToPath(import.meta.url));
@@ -46,6 +46,7 @@ export function testContentFunctions(t, message, fn) {
           extraDependencies: {
             html,
             language,
+            thumb,
             to,
             urls,
             appendIndexHTML: false,