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 --- test/unit/util/html.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/unit/util') diff --git a/test/unit/util/html.js b/test/unit/util/html.js index 9b30aeb3..b5956e67 100644 --- a/test/unit/util/html.js +++ b/test/unit/util/html.js @@ -1,9 +1,9 @@ import t from 'tap'; -import * as html from '../../../src/util/html.js'; -const {Tag, Attributes, Template} = html; +import * as html from '#html'; +import {strictlyThrows} from '#test-lib'; -import {strictlyThrows} from '../../lib/strict-match-error.js'; +const {Tag, Attributes, Template} = html; t.test(`html.tag`, t => { t.plan(14); -- cgit 1.3.0-6-gf8a5