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
path: root/spec
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-03-26 22:48:34 +0300
committerWinnie Hellmann <winnie@gitlab.com>2019-03-26 22:48:34 +0300
commitf9f5ebc2ac751ceb288381d1792aecec43bdbe39 (patch)
treee04a8bddbd4ef5f4ad83140d393316190355f758 /spec
parentb4de23a687d16c96f1adaa456e4aeaac64d9cb23 (diff)
Add jest-environment-jsdom and jest-util dependencies
Diffstat (limited to 'spec')
-rw-r--r--spec/frontend/helpers/fixtures.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/frontend/helpers/fixtures.js b/spec/frontend/helpers/fixtures.js
index f96f27c4d80..de9058d7832 100644
--- a/spec/frontend/helpers/fixtures.js
+++ b/spec/frontend/helpers/fixtures.js
@@ -3,8 +3,6 @@
import fs from 'fs';
import path from 'path';
-// jest-util is part of Jest
-// eslint-disable-next-line import/no-extraneous-dependencies
import { ErrorWithStack } from 'jest-util';
const fixturesBasePath = path.join(process.cwd(), 'spec', 'javascripts', 'fixtures');