Skip to content

Commit d0851bc

Browse files
authored
Fix: Prevent Queries type export leaking into js build outputs (#4)
1 parent 979e4c7 commit d0851bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderStream/syncQueries.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {queries} from '@testing-library/dom'
22

3-
export {Queries} from '@testing-library/dom'
3+
export type {Queries} from '@testing-library/dom'
44

55
type OriginalQueries = typeof queries
66

0 commit comments

Comments
 (0)