From 985feb1437831198383f37bc93982a11a857fd6b Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 18 Apr 2023 21:12:00 -0300 Subject: test: load content dependencies quietly --- test/lib/content-function.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/lib') 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) => { -- cgit 1.3.0-6-gf8a5