From ef8acc5d50fa3c23bd7c9d4bb720b7ff78581981 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 19 Aug 2023 14:13:31 -0300 Subject: clean up imports & miscellaneous metastructures across codebase --- data-tests/test-order-of-album-groups.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data-tests/test-order-of-album-groups.js') diff --git a/data-tests/test-order-of-album-groups.js b/data-tests/test-order-of-album-groups.js index de2fcbed..57500e33 100644 --- a/data-tests/test-order-of-album-groups.js +++ b/data-tests/test-order-of-album-groups.js @@ -1,4 +1,4 @@ -import * as util from 'util'; +import {inspect} from 'node:util'; export default function({ albumData, @@ -38,7 +38,7 @@ export default function({ for (const album of badAlbums) { console.log('-', album); for (const group of album.groups) { - console.log(` - ${util.inspect(group)}`) + console.log(` - ${inspect(group)}`) } } -- cgit 1.3.0-6-gf8a5