File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
export { default as act } from './act' ;
2
2
export { default as cleanup } from './cleanup' ;
3
- export { configure , resetToDefaults } from './config' ;
4
3
export { default as fireEvent } from './fireEvent' ;
5
4
export { default as render } from './render' ;
6
5
export { default as waitFor } from './waitFor' ;
7
6
export { default as waitForElementToBeRemoved } from './waitForElementToBeRemoved' ;
8
7
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' ;
12
10
export {
13
11
isHiddenFromAccessibility ,
14
12
isInaccessible ,
15
13
} from './helpers/accessiblity' ;
14
+ export { getDefaultNormalizer } from './matches' ;
15
+ export { renderHook } from './renderHook' ;
16
+ export { screen } from './screen' ;
16
17
17
18
export type {
18
19
RenderOptions ,
You can’t perform that action at this time.
0 commit comments