-
Notifications
You must be signed in to change notification settings - Fork 59
Add tsc to yarn test and fix typescript
#534
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
Conversation
| paneSequence, | ||
| title | ||
| }: { | ||
| onCancel: () => void |
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.
In the tech call a few weeks ago, I think we decided to consistently include explicit types for the props of React components. This is what we meant by that right (defining after props in a list, rather than exporting to a type like StackedPaneDisplayProps?) Not raising an issue here just using this as a use case to make sure I understand.
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.
Yep! 2f41852 is how this would look following our new agreed-upon pattern
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.
Gucci. Thanks for the explanation
This PR adds
tscto our tests and then fixes bugs found via runningyarn tsc.Also cut the ci time in almost half since we're now only running the accessibility tests once!