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:
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 /package.json
parentb4de23a687d16c96f1adaa456e4aeaac64d9cb23 (diff)
Add jest-environment-jsdom and jest-util dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1154d57cad2..46f9c2e206e 100644
--- a/package.json
+++ b/package.json
@@ -158,7 +158,9 @@
"jasmine-diff": "^0.1.3",
"jasmine-jquery": "^2.1.1",
"jest": "^24.1.0",
+ "jest-environment-jsdom": "^24.0.0",
"jest-junit": "^6.3.0",
+ "jest-util": "^24.0.0",
"jsdoc": "^3.5.5",
"jsdoc-vue": "^1.0.0",
"karma": "^3.0.0",