mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-10 03:00:46 +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.