Skip to content

Commit 8474b54

Browse files
committed
export RenderWithoutActAsync type
1 parent 6fb6fb1 commit 8474b54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pure.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ export type {SnapshotStream} from './renderHookToSnapshotStream.js'
1919

2020
export type {Assertable} from './assertable.js'
2121

22-
export {renderWithoutAct, cleanup} from './renderWithoutAct.js'
22+
export {
23+
renderWithoutAct,
24+
cleanup,
25+
type RenderWithoutActAsync,
26+
} from './renderWithoutAct.js'
2327
export {userEventWithoutAct} from './useWithoutAct.js'
2428
export {disableActEnvironment} from './disableActEnvironment.js'
2529
export {withDisabledActEnvironment} from './withDisabledActEnvironment.js'

0 commit comments

Comments
 (0)