We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
renderWithoutAct
1 parent 563b934 commit 0e9d9d7Copy full SHA for 0e9d9d7
src/pure.ts
@@ -19,11 +19,7 @@ export type {SnapshotStream} from './renderHookToSnapshotStream.js'
19
20
export type {Assertable} from './assertable.js'
21
22
-export {
23
- renderWithoutAct,
24
- cleanup,
25
- type RenderWithoutActAsync,
26
-} from './renderWithoutAct.js'
+export {cleanup} from './renderWithoutAct.js'
27
export {
28
disableActEnvironment,
29
type DisableActEnvironmentOptions,
0 commit comments