Skip to content

Commit

Permalink
export RenderWithoutActAsync type
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Nov 27, 2024
1 parent 6fb6fb1 commit 8474b54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 8474b54

Please sign in to comment.