summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-03-27 08:37:25 +0000
committerPhil Hughes <me@iamphill.com>2019-03-27 08:37:25 +0000
commit3bdd7ff4273c69440fa1cd88a67d53f2ec6c8435 (patch)
treea004c00b2078da7444a59b746a5c072168f69c37 /package.json
parent581b839fe557f0e026004d7064829f1167646838 (diff)
parentfbe1f8b4cb7cfca5aa6a6a1cd36600e77f52cf68 (diff)
downloadgitlab-ce-3bdd7ff4273c69440fa1cd88a67d53f2ec6c8435.tar.gz
Merge branch 'winh-jest-console' into 'master'
Provide custom Jest environment with mocked console Closes #58203 See merge request gitlab-org/gitlab-ce!26577
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 b40436d057e..f0f819fdb74 100644
--- a/package.json
+++ b/package.json
@@ -160,7 +160,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",