-
-
Notifications
You must be signed in to change notification settings - Fork 649
Export TimestampToEventResponse to use in matrix-react-sdk tests
#3223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export TimestampToEventResponse to use in matrix-react-sdk tests
#3223
Conversation
src/client.ts
Outdated
| } | ||
|
|
||
| interface ITimestampToEventResponse { | ||
| export interface ITimestampToEventResponse { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weeman1337
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to our new code style interfaces should not start with an I.
Can you rename it before merging this PR?
As suggested by @weeman1337, #3223 (review) See code style guide, https://github.com/vector-im/element-web/blob/50f8be4a623d2280a72920eb1679a4754961f807/code_style.md#typescript--javascript-typescript-javascript > Interface names should not be marked with an uppercase `I`.
Updated 👍 |
…ponse-to-use-in-tests
ITimestampToEventResponse to use in matrix-react-sdk testsTimestampToEventResponse to use in matrix-react-sdk tests
|
Thanks for the review and approval @weeman1337 🐈 Is it possible to squash anymore and adjust the commit message? I've added it to the merge queue 🤷 |
Export
TimestampToEventResponseto use inmatrix-react-sdktestsPart of matrix-org/matrix-react-sdk#10405
Checklist
Sign-off given on the changes (see CONTRIBUTING.md)This change is marked as an internal change (Task), so will not be included in the changelog.