diff --git a/packages/superset-ui-chart/test/components/reactify.test.tsx b/packages/superset-ui-chart/test/components/reactify.test.tsx index 13534b8d7763..bfee9d62283c 100644 --- a/packages/superset-ui-chart/test/components/reactify.test.tsx +++ b/packages/superset-ui-chart/test/components/reactify.test.tsx @@ -1,3 +1,5 @@ +/* eslint-disable react/no-multi-comp */ + import PropTypes from 'prop-types'; import React from 'react'; import { mount } from 'enzyme'; @@ -45,7 +47,7 @@ describe('reactify(renderFn)', () => { return ; } } - /* eslint-disable-next-line react/no-multi-comp */ + class AnotherTestComponent extends React.PureComponent<{}, {}, any> { render() { return ;