Skip to content

Commit

Permalink
fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 28, 2019
1 parent eadc6b9 commit f8e6881
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,21 @@ import PropTypes from 'prop-types';
import { assert } from 'chai';
import { spy } from 'sinon';
import {
createShallow,
createMount,
getClasses,
findOutermostIntrinsic,
} from '@material-ui/core/test-utils';
import consoleErrorMock from 'test/utils/consoleErrorMock';
import Collapse from '../Collapse';
import Paper from '../Paper';
import ExpansionPanel from './ExpansionPanel';
import ExpansionPanelSummary from '../ExpansionPanelSummary';

describe('<ExpansionPanel />', () => {
let mount;
let shallow;
let classes;
const minimalChildren = [<ExpansionPanelSummary key="header" />];

before(() => {
shallow = createShallow({ dive: true });
mount = createMount();
classes = getClasses(<ExpansionPanel>{minimalChildren}</ExpansionPanel>);
});
Expand Down

0 comments on commit f8e6881

Please sign in to comment.