diff options
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/content-function.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/lib/content-function.js b/test/lib/content-function.js index 30fa78e0..ac527abc 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) => { |