Commit df4320ab authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'vs-add-scrolly-by-shim-to-jsdom' into 'master'

Add Element.scrollBy shim for Jest+JSDOM

See merge request gitlab-org/gitlab!27766
parents b7b5cc99 aae7c654
Element.prototype.scrollBy = jest.fn();
import './element_scroll_into_view';
import './element_scroll_by';
import './form_element';
import './get_client_rects';
import './inner_text';
......
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