(arr, test)
| 1949 | |
| 1950 | describe('scrollIntoView', () => { |
| 1951 | function expectLast(arr, test) { |
| 1952 | expect(arr[arr.length - 1]).toBe(test); |
| 1953 | } |
| 1954 | // @gate enableFragmentRefs && enableFragmentRefsScrollIntoView |
| 1955 | it('does not yet support options', async () => { |
| 1956 | const fragmentRef = React.createRef(); |
no test coverage detected