Skip to content

Commit

Permalink
[test] Trim descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 28, 2021
1 parent 575f10a commit 04bf051
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/grid/data-grid/src/tests/rows.DataGrid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { expect } from 'chai';
import { DataGrid } from '@material-ui/data-grid';
import { getColumnValues } from 'test/utils/helperFn';

describe('<DataGrid /> - Rows ', () => {
describe('<DataGrid /> - Rows', () => {
// TODO v5: replace with createClientRender
const render = createClientRenderStrictMode();

Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-grid/src/tests/events.XGrid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
import { getCell, getColumnHeaderCell, getRow } from 'test/utils/helperFn';
import { spy } from 'sinon';

describe('<XGrid /> - Events Params ', () => {
describe('<XGrid /> - Events Params', () => {
// TODO v5: replace with createClientRender
const render = createClientRenderStrictMode();

Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-grid/src/tests/rows.XGrid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from '@material-ui/x-grid';
import { useData } from 'packages/storybook/src/hooks/useData';

describe('<XGrid /> - Rows ', () => {
describe('<XGrid /> - Rows', () => {
let clock;
let baselineProps: { columns: GridColDef[]; rows: GridRowData[] };

Expand Down

0 comments on commit 04bf051

Please sign in to comment.