diff --git a/src/pure.ts b/src/pure.ts index 5514e7816..5e2ce46b4 100644 --- a/src/pure.ts +++ b/src/pure.ts @@ -19,7 +19,11 @@ export type {SnapshotStream} from './renderHookToSnapshotStream.js' export type {Assertable} from './assertable.js' -export {renderWithoutAct, cleanup} from './renderWithoutAct.js' +export { + renderWithoutAct, + cleanup, + type RenderWithoutActAsync, +} from './renderWithoutAct.js' export {userEventWithoutAct} from './useWithoutAct.js' export {disableActEnvironment} from './disableActEnvironment.js' export {withDisabledActEnvironment} from './withDisabledActEnvironment.js'