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:
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, '../..');