Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas <llukas.tyla@gmail.com>
Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com>
  • Loading branch information
alexfauquette and LukasTy committed Sep 22, 2023
1 parent 7ac2482 commit 19f905a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { spyApi } from 'test/utils/helperFn';

const isJSDOM = /jsdom/.test(window.navigator.userAgent);

describe('<DataGridPremium /> - Export excel', () => {
describe('<DataGridPremium /> - Export Excel', () => {
const { render } = createRenderer({ clock: 'fake' });

let apiRef: React.MutableRefObject<GridApi>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('<DataGrid /> - Layout & warnings', () => {
columns: [{ field: 'brand' }],
};

describe('Immutable rows', () => {
describe('immutable rows', () => {
it('should throw an error if rows props is being mutated', () => {
expect(() => {
// We don't want to freeze baselineProps.rows
Expand Down

0 comments on commit 19f905a

Please sign in to comment.