« 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.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/lib/content-function.js b/test/lib/content-function.js
index 30fa78e..ac527ab 100644
--- a/test/lib/content-function.js
+++ b/test/lib/content-function.js
@@ -63,7 +63,10 @@ export function testContentFunctions(t, message, fn) {
       }
 
       loadedContentDependencies = await asyncCleanCatchAggregate(() =>
-        quickLoadContentDependencies(opts));
+        quickLoadContentDependencies({
+          logging: false,
+          ...opts,
+        }));
     };
 
     evaluate.snapshot = (...args) => {