(options?: UserEventSetupOptions)
| 58 | * @returns UserEvent instance |
| 59 | */ |
| 60 | export function setup(options?: UserEventSetupOptions) { |
| 61 | const config = createConfig(options, setup); |
| 62 | const instance = createInstance(config); |
| 63 | return instance; |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * Options affecting all user event interactions. |
no test coverage detected
searching dependent graphs…