File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export {
14
14
export { getDefaultNormalizer } from './matches' ;
15
15
export { renderHook } from './renderHook' ;
16
16
export { screen } from './screen' ;
17
+ export { userEvent } from './user-event' ;
17
18
18
19
export type {
19
20
RenderOptions ,
@@ -23,3 +24,4 @@ export type {
23
24
} from './render' ;
24
25
export type { RenderHookOptions , RenderHookResult } from './renderHook' ;
25
26
export type { Config } from './config' ;
27
+ export type { UserEventConfig } from './user-event' ;
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ import { setup } from './setup';
3
3
import { PressOptions } from './press' ;
4
4
import { TypeOptions } from './type' ;
5
5
6
+ export { UserEventConfig } from './setup' ;
7
+
6
8
export const userEvent = {
7
9
setup,
8
10
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
docs : {
3
3
Introduction : [ 'getting-started' , 'faq' ] ,
4
- 'API Reference' : [ 'api' , 'api-queries' ] ,
4
+ 'API Reference' : [ 'api' , 'api-queries' , 'user-event' ] ,
5
5
Guides : [
6
6
'troubleshooting' ,
7
7
'how-should-i-query' ,
You can’t perform that action at this time.
0 commit comments