dmtrKovalenko / cypress-real-events

Fire native system events from Cypress.
MIT License
755 stars 67 forks source link

Interfaces `realMouseUpOptions` and `realMouseDownOptions` are inconsistently cased with other interfaces in the project #611

Closed nicklemmon closed 6 months ago

nicklemmon commented 8 months ago

In order to maintain consistency across exported types, realMouseUpOptions and realMouseDownOptions should use pascal case. This is also the recommended/documented casing across the official TypeScript handbook.

Thanks for your work on this project! Hugely helpful.

dmtrKovalenko commented 2 months ago

:tada: This issue has been resolved in version 1.13.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: