Skip to content

Commit

Permalink
Revert test change
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Jan 21, 2025
1 parent 1146669 commit af0006a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { GridRootPropsContext } from '@mui/x-data-grid/context/GridRootPropsCont
import Popper from '@mui/material/Popper';
import { describeConformance } from 'test/utils/describeConformance';

describe.only('<GridPanel />', () => {
describe('<GridPanel />', () => {
const { render } = createRenderer();

function Wrapper(props: { children: React.ReactNode }) {
Expand Down

0 comments on commit af0006a

Please sign in to comment.