Merge branch 'winh-jest-console' into 'master'
Provide custom Jest environment with mocked console Closes #58203 See merge request gitlab-org/gitlab-ce!26577
Showing
... | ... | @@ -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", | ||
... | ... |
spec/frontend/environment.js
0 → 100644
Please register or sign in to comment