Commit 8c103466 authored by Robert Knight's avatar Robert Knight

Attempt to suppress intended coverage omission

parent 5fbf8a11
......@@ -47,6 +47,7 @@ export function offsetRelativeTo(element, parent) {
export async function scrollElement(
element,
offset,
/* istanbul ignore next - default options are overridden in tests */
{ maxDuration = 500 } = {}
) {
const initialOffset = element.scrollTop;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment