Skip to content

Commit d6fdcfa

Browse files
authored
fix: preact does not export Element (#64)
1 parent 4541f34 commit d6fdcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { queries, Queries, BoundFunction } from '@testing-library/dom'
22
import { act as preactAct } from 'preact/test-utils'
3-
import { ComponentChild, ComponentType, Element } from 'preact'
3+
import { ComponentChild, ComponentType } from 'preact'
44

55
export * from '@testing-library/dom'
66

0 commit comments

Comments
 (0)