| 1 | /* eslint-disable no-undef, react/prop-types, react/prefer-stateless-function */ |
| 2 | import React from 'react'; |
| 3 | import { mount } from 'enzyme'; |
| 4 | import scrollIntoView from 'dom-scroll-into-view'; |
nothing calls this directly
no test coverage detected