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.
1 parent 0cf8f41 commit 20601bcCopy full SHA for 20601bc
src/pure.ts
@@ -19,7 +19,10 @@ export type {SnapshotStream} from './renderHookToSnapshotStream.js'
19
20
export type {Assertable} from './assertable.js'
21
22
-export {cleanup} from './renderWithoutAct.js'
+export {
23
+ cleanup,
24
+ type RenderWithoutActAsync as AsyncRenderFn,
25
+} from './renderWithoutAct.js'
26
export {
27
disableActEnvironment,
28
type DisableActEnvironmentOptions,
0 commit comments