From 7a3038b982c4d318e146698527070f096591aa4f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 16 Feb 2024 09:39:14 -0400 Subject: sugar: move many functions into new #aggregate import --- test/lib/content-function.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/lib/content-function.js b/test/lib/content-function.js index aa8c66cb..7bc62139 100644 --- a/test/lib/content-function.js +++ b/test/lib/content-function.js @@ -4,12 +4,13 @@ import {inspect} from 'node:util'; import chroma from 'chroma-js'; +import {showAggregate} from '#aggregate'; import {getColors} from '#colors'; import {quickLoadContentDependencies} from '#content-dependencies'; import {quickEvaluate} from '#content-function'; import * as html from '#html'; import {internalDefaultStringsFile, processLanguageFile} from '#language'; -import {empty, showAggregate} from '#sugar'; +import {empty} from '#sugar'; import {generateURLs, thumb, urlSpec} from '#urls'; import mock from './generic-mock.js'; -- cgit 1.3.0-6-gf8a5