Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-16 15:09:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-16 15:09:00 +0300
commit9bfdb5cf67ca45ac6d354e18168f5df12b60ccd2 (patch)
tree632218f5978fd547675f4b4e73dabcb22d62fc87 /spec/frontend/environment.js
parent6cf1f4c521a621fa2b4dc1735bf5a8c2846f7e6a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/environment.js')
-rw-r--r--spec/frontend/environment.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/environment.js b/spec/frontend/environment.js
index cd4fae60049..08da34aa27a 100644
--- a/spec/frontend/environment.js
+++ b/spec/frontend/environment.js
@@ -2,7 +2,7 @@
const path = require('path');
const { ErrorWithStack } = require('jest-util');
-const JSDOMEnvironment = require('jest-environment-jsdom');
+const JSDOMEnvironment = require('jest-environment-jsdom-sixteen');
const ROOT_PATH = path.resolve(__dirname, '../..');