Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilalShafi committed Mar 19, 2024
1 parent 98fcb4c commit 72580e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-data-grid/src/tests/density.DataGrid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('<DataGrid /> - Density', () => {
`${Math.floor(value)}px`,
);
}

before(function beforeHook() {
if (isJSDOM) {
// JSDOM seem to not support CSS variables properly and `height: var(--height)` ends up being `height: ''`
Expand Down

0 comments on commit 72580e5

Please sign in to comment.