Skip to content

Commit 5b3dd90

Browse files
committed
chore: fix exports
1 parent a6ef5d9 commit 5b3dd90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pure.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export { default as act } from './act';
22
export { default as cleanup } from './cleanup';
3+
export { configure, resetToDefaults } from './config';
34
export { default as fireEvent } from './fireEvent';
45
export { default as render } from './render';
56
export { default as waitFor } from './waitFor';

0 commit comments

Comments
 (0)