We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RenderWithoutActAsync
1 parent 6fb6fb1 commit 8474b54Copy full SHA for 8474b54
src/pure.ts
@@ -19,7 +19,11 @@ export type {SnapshotStream} from './renderHookToSnapshotStream.js'
19
20
export type {Assertable} from './assertable.js'
21
22
-export {renderWithoutAct, cleanup} from './renderWithoutAct.js'
+export {
23
+ renderWithoutAct,
24
+ cleanup,
25
+ type RenderWithoutActAsync,
26
+} from './renderWithoutAct.js'
27
export {userEventWithoutAct} from './useWithoutAct.js'
28
export {disableActEnvironment} from './disableActEnvironment.js'
29
export {withDisabledActEnvironment} from './withDisabledActEnvironment.js'
0 commit comments