-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[core] Unify tests #4368
[core] Unify tests #4368
Conversation
These are the results for the performance tests:
|
@@ -104,7 +104,7 @@ describe('<DataGridPro /> - Group Rows By Column', () => { | |||
}); | |||
}); | |||
|
|||
describe('prop: rowGroupingModel', () => { | |||
describe('props: rowGroupingModel', () => { |
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.
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.
I can put prop: propName
to be consistent with the core then
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.
Done
describe
focusing on a propprops: propName
(we had bothprops: propName
andprop: propName
)getColumnValues
(I find it very unclear thatgetColumnValues()
gets the 1st column values, better be explicit here)document.querySelector
generic instead of casting the return value