Skip to content

Commit 43cccac

Browse files
committed
chore: tweak export order
1 parent 5b3dd90 commit 43cccac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/pure.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
export { default as act } from './act';
22
export { default as cleanup } from './cleanup';
3-
export { configure, resetToDefaults } from './config';
43
export { default as fireEvent } from './fireEvent';
54
export { default as render } from './render';
65
export { default as waitFor } from './waitFor';
76
export { default as waitForElementToBeRemoved } from './waitForElementToBeRemoved';
87
export { within, getQueriesForElement } from './within';
9-
export { getDefaultNormalizer } from './matches';
10-
export { renderHook } from './renderHook';
11-
export { screen } from './screen';
8+
9+
export { configure, resetToDefaults } from './config';
1210
export {
1311
isHiddenFromAccessibility,
1412
isInaccessible,
1513
} from './helpers/accessiblity';
14+
export { getDefaultNormalizer } from './matches';
15+
export { renderHook } from './renderHook';
16+
export { screen } from './screen';
1617

1718
export type {
1819
RenderOptions,

0 commit comments

Comments
 (0)