From 3a04fd78cd2a2c4b140e3225d8fa2e349ee9d8aa Mon Sep 17 00:00:00 2001 From: Dirk Holtwick Date: Sat, 16 Dec 2023 19:03:46 +0100 Subject: [PATCH] fix: tests --- src/htmlparser.spec.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/htmlparser.spec.ts b/src/htmlparser.spec.ts index b03307d..ebbc539 100644 --- a/src/htmlparser.spec.ts +++ b/src/htmlparser.spec.ts @@ -1,5 +1,6 @@ -import type { VHTMLDocument } from '.' -import { VTextNode, createHTMLDocument, parseHTML } from '.' +import type { VHTMLDocument } from './vdom' +import { VTextNode, createHTMLDocument } from './vdom' +import { parseHTML } from './vdomparser' describe('htmlparser', () => { it('should parse without errors', async () => {