diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-02-16 09:39:14 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-02-16 10:28:02 -0400 |
commit | 7a3038b982c4d318e146698527070f096591aa4f (patch) | |
tree | 02ef22e2c740dc02f073189718a315afff100fe5 /test/lib | |
parent | 2b0a5231170049bc4fd7f44009c9f32b1404d5a5 (diff) |
sugar: move many functions into new #aggregate import
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'; |