diff options
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/content-function.js | 3 |
1 files changed, 2 insertions, 1 deletions
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'; |