Skip to content

Commit

Permalink
keep renderWithoutAct private
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 2, 2024
1 parent 563b934 commit 0e9d9d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ export type {SnapshotStream} from './renderHookToSnapshotStream.js'

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

export {
renderWithoutAct,
cleanup,
type RenderWithoutActAsync,
} from './renderWithoutAct.js'
export {cleanup} from './renderWithoutAct.js'
export {
disableActEnvironment,
type DisableActEnvironmentOptions,
Expand Down

0 comments on commit 0e9d9d7

Please sign in to comment.