From 64885f8124106ef6e5ed400ad3bf2a813ccb0cd5 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 5 Apr 2023 21:23:30 -0300 Subject: test: pass thumb util into extraDependencies --- test/lib/content-function.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/lib') diff --git a/test/lib/content-function.js b/test/lib/content-function.js index 692d5109..30fa78e0 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, -- cgit 1.3.0-6-gf8a5