diff --git a/test/utils/describeConformanceV5.js b/test/utils/describeConformanceV5.js index ec20c1749ca749..89f163bc991b1a 100644 --- a/test/utils/describeConformanceV5.js +++ b/test/utils/describeConformanceV5.js @@ -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({ @@ -93,11 +93,11 @@ function testThemeStyleOverrides(element, getOptions) { } if (!muiName) { - throwMissingPropError('muiName') + throwMissingPropError('muiName'); } if (!render) { - throwMissingPropError('render') + throwMissingPropError('render'); } const testStyle = { @@ -224,11 +224,11 @@ function testThemeVariants(element, getOptions) { } if (!muiName) { - throwMissingPropError('muiName') + throwMissingPropError('muiName'); } if (!render) { - throwMissingPropError('render') + throwMissingPropError('render'); } const testStyle = {