File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import act from './act' ;
2
2
import cleanup from './cleanup' ;
3
3
import fireEvent from './fireEvent' ;
4
- import render , { RenderResult } from './render' ;
4
+ import render , { RenderResult , RenderOptions } from './render' ;
5
5
import waitFor from './waitFor' ;
6
6
import waitForElementToBeRemoved from './waitForElementToBeRemoved' ;
7
7
import { within , getQueriesForElement } from './within' ;
8
8
import { getDefaultNormalizer } from './matches' ;
9
- import { renderHook } from './renderHook' ;
9
+ import { renderHook , RenderHookOptions , RenderHookResult } from './renderHook' ;
10
10
import { screen } from './screen' ;
11
11
12
- export type { RenderResult } ;
12
+ export type { RenderOptions , RenderResult } ;
13
13
export type RenderAPI = RenderResult ;
14
14
15
15
export { act } ;
@@ -20,5 +20,5 @@ export { waitFor };
20
20
export { waitForElementToBeRemoved } ;
21
21
export { within , getQueriesForElement } ;
22
22
export { getDefaultNormalizer } ;
23
- export { renderHook } ;
23
+ export { renderHook , RenderHookOptions , RenderHookResult } ;
24
24
export { screen } ;
You can’t perform that action at this time.
0 commit comments