Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Dec 1, 2020
1 parent e7a3fa2 commit fbeeda7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/utils/describeConformanceV5.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ import {
function testComponentsProp(element, getOptions) {
describe('prop: components', () => {
it('can render another root component with the `components` prop', () => {
const {
classes,
mount,
testComponentsRootPropWith: component = 'em',
} = getOptions();
const { classes, mount, testComponentsRootPropWith: component = 'em' } = getOptions();

const wrapper = mount(React.cloneElement(element, { components: { Root: component } }));

Expand Down

0 comments on commit fbeeda7

Please sign in to comment.