Skip to content

Commit 0e9d9d7

Browse files
committed
keep renderWithoutAct private
1 parent 563b934 commit 0e9d9d7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/pure.ts

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

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

22-
export {
23-
renderWithoutAct,
24-
cleanup,
25-
type RenderWithoutActAsync,
26-
} from './renderWithoutAct.js'
22+
export {cleanup} from './renderWithoutAct.js'
2723
export {
2824
disableActEnvironment,
2925
type DisableActEnvironmentOptions,

0 commit comments

Comments
 (0)