// We need to disable the following eslint check as it's only applicable // to testing-library/react not `react-test-renderer` used here /* eslint-disable testing-library/await-async-query */ /** * External dependencies */ import TestRenderer from 'react-test-renderer'; /** * Internal dependencies */ import withScrollToTop from '../index'; const TestComponent = withScrollToTop( ( props ) => (