gitlab-org--gitlab-foss/spec/frontend/helpers/dom_shims
2020-02-05 18:09:06 +00:00
..
get_client_rects.js
get_client_rects_spec.js
index.js Add latest changes from gitlab-org/gitlab@master 2020-02-05 18:09:06 +00:00
inner_text.js
README.md
window_scroll_to.js Add latest changes from gitlab-org/gitlab@master 2020-02-05 18:09:06 +00:00

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