We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09b997 commit 200d9d2Copy full SHA for 200d9d2
src/renderToRenderStream.ts
@@ -1,7 +1,4 @@
1
-import {
2
- type RenderOptions as BaseOptions,
3
- type RenderResult as BaseResult,
4
-} from '@testing-library/react/pure.js'
+import {type RenderOptions as BaseOptions} from '@testing-library/react/pure.js'
5
import {type Queries} from '@testing-library/dom'
6
import {
7
createRenderStream,
0 commit comments