Reproduction example
See incorrect documentation here:
https://github.com/testing-library/user-event/blob/main/src/options.ts#L40C76-L40C84
Prerequisites
Delay is incorrectly documented as seconds
See https://github.com/testing-library/user-event/blob/main/src/options.ts#L40C76-L40C84
Expected behavior
Delay should be documented as milliseconds.
Actual behavior
Delay is incorrectly documented as seconds.
User-event version
14.5.1
Environment
n/a
Additional context
Added test case to verify delay behavior.