Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 16, 2023
1 parent 0d9a3cb commit 3a04fd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/htmlparser.spec.ts
Original file line number Diff line number Diff line change
@@ -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 () => {
Expand Down

0 comments on commit 3a04fd7

Please sign in to comment.