Skip to content
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

[test] Add end-to-end test missing id #356

Merged
merged 1 commit into from
Sep 28, 2020

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Sep 25, 2020

Make sure we won't have regressions for #349. Tests are cheap, we can add a lot without carrying about how much time to takes to run, about 120ms per test right now.

@oliviertassinari oliviertassinari added component: data grid This is the name of the generic UI component, not the React module! test labels Sep 25, 2020
@oliviertassinari oliviertassinari force-pushed the add-e2e-test branch 2 times, most recently from aa018b0 to 937ab24 Compare September 26, 2020 09:30
expect(() => {
render(
<ErrorBoundary ref={errorRef}>
{/* @ts-expect-error missing id */}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test for the types for free :)

@oliviertassinari oliviertassinari merged commit b4caa5d into mui:master Sep 28, 2020
@oliviertassinari oliviertassinari deleted the add-e2e-test branch September 28, 2020 10:44
dtassone pushed a commit to dtassone/material-ui-x that referenced this pull request Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants