summaryrefslogtreecommitdiff
path: root/spec/frontend/test_setup.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-02 09:05:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-02 09:05:53 +0000
commit95793b2325f6a9add2395d89447bd0e64b870cd1 (patch)
treeb16717b39c378af5cf9356dbe0eea1cad2cfc67c /spec/frontend/test_setup.js
parent404bb44ef7dfc2b0d4da6b946b8b96007aca4b56 (diff)
downloadgitlab-ce-95793b2325f6a9add2395d89447bd0e64b870cd1.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/test_setup.js')
-rw-r--r--spec/frontend/test_setup.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/frontend/test_setup.js b/spec/frontend/test_setup.js
index 6e1f1038dcd..0b9cfa44409 100644
--- a/spec/frontend/test_setup.js
+++ b/spec/frontend/test_setup.js
@@ -8,6 +8,8 @@ import { getJSONFixture, loadHTMLFixture, setHTMLFixture } from './helpers/fixtu
import { setupManualMocks } from './mocks/mocks_helper';
import customMatchers from './matchers';
+import './helpers/dom_shims';
+
// Expose jQuery so specs using jQuery plugins can be imported nicely.
// Here is an issue to explore better alternatives:
// https://gitlab.com/gitlab-org/gitlab/issues/12448