Skip to content

Commit

Permalink
run yarn prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Apr 22, 2021
1 parent 620fe81 commit db90b5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/utils/describeConformanceV5.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ function testThemeDefaultProps(element, getOptions) {
const { muiName, render } = getOptions();

if (!muiName) {
throwMissingPropError('muiName')
throwMissingPropError('muiName');
}

if (!render) {
throwMissingPropError('render')
throwMissingPropError('render');
}

const theme = createMuiTheme({
Expand Down Expand Up @@ -93,11 +93,11 @@ function testThemeStyleOverrides(element, getOptions) {
}

if (!muiName) {
throwMissingPropError('muiName')
throwMissingPropError('muiName');
}

if (!render) {
throwMissingPropError('render')
throwMissingPropError('render');
}

const testStyle = {
Expand Down Expand Up @@ -224,11 +224,11 @@ function testThemeVariants(element, getOptions) {
}

if (!muiName) {
throwMissingPropError('muiName')
throwMissingPropError('muiName');
}

if (!render) {
throwMissingPropError('render')
throwMissingPropError('render');
}

const testStyle = {
Expand Down

0 comments on commit db90b5e

Please sign in to comment.