Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2022-08-12 01:50:03 +0300
committerSarah German <sgerman@gitlab.com>2022-08-12 16:32:37 +0300
commite5b263836bfd5529adbce1e8afc2fdc2dd65193c (patch)
tree6214f0c153070e0748dd96b1359f3305e28a3033 /yarn.lock
parentcfca6c78d0ad0176f32401b50dc823c9b19cd3e1 (diff)
Fail Jest tests if warnings or errors are logged to the console
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock
index a0ba7582..bc23d600 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4723,6 +4723,13 @@ jest-environment-node@^28.1.3:
jest-mock "^28.1.3"
jest-util "^28.1.3"
+jest-fail-on-console@^2.4.2:
+ version "2.4.2"
+ resolved "https://registry.yarnpkg.com/jest-fail-on-console/-/jest-fail-on-console-2.4.2.tgz#cfe790cc592e46119a6842f127039d01f046db87"
+ integrity sha512-CdulWZvfI+cz4+dXQr6p0BhhexFjLnIIBR/7YcpzPXFxrNozAruWkEjR1RU89cd7WXYwckX5ygvHuHQa3NjbOQ==
+ dependencies:
+ chalk "^4.1.0"
+
jest-get-type@^28.0.2:
version "28.0.2"
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-28.0.2.tgz#34622e628e4fdcd793d46db8a242227901fcf203"