debian-mirror-gitlab/spec/frontend/__helpers__/dom_shims/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
344 B
Markdown
Raw Normal View History

2019-12-21 20:55:43 +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
- https://gitlab.com/gitlab-org/gitlab/merge_requests/17906#note_224448120