debian-mirror-gitlab/spec/frontend/helpers/dom_shims
2020-03-13 15:44:24 +05:30
..
element_scroll_into_view.js New upstream version 12.8.6 2020-03-13 15:44:24 +05:30
get_client_rects.js New upstream version 12.4.6 2019-12-21 20:55:43 +05:30
get_client_rects_spec.js New upstream version 12.4.6 2019-12-21 20:55:43 +05:30
index.js New upstream version 12.8.6 2020-03-13 15:44:24 +05:30
inner_text.js New upstream version 12.6.1 2020-01-01 13:55:28 +05:30
README.md New upstream version 12.4.6 2019-12-21 20:55:43 +05:30
window_scroll_to.js New upstream version 12.8.6 2020-03-13 15:44:24 +05:30

Jest DOM shims

This is where we shim parts of JSDom. It is imported in our root test_setup.js.

Why do we need this?

Since JSDom mocks a real DOM environment (which is a good thing), it unfortunately does not support some jQuery matchers.

References