From 29534331e2d3d3f70cf153d7e53569d9dd80ecfe Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 9 Feb 2022 23:33:09 +0100 Subject: [PATCH] fix(jest-core): add missing pretty-format dep --- packages/jest-core/package.json | 1 + packages/jest-core/tsconfig.json | 1 + yarn.lock | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/jest-core/package.json b/packages/jest-core/package.json index cf37a0bd46c4..fe27eccec65f 100644 --- a/packages/jest-core/package.json +++ b/packages/jest-core/package.json @@ -37,6 +37,7 @@ "jest-validate": "^27.5.1", "jest-watcher": "^27.5.1", "micromatch": "^4.0.4", + "pretty-format": "^27.5.1", "rimraf": "^3.0.0", "slash": "^3.0.0", "strip-ansi": "^6.0.0" diff --git a/packages/jest-core/tsconfig.json b/packages/jest-core/tsconfig.json index f70d53b63195..0a01ce3297dd 100644 --- a/packages/jest-core/tsconfig.json +++ b/packages/jest-core/tsconfig.json @@ -26,6 +26,7 @@ {"path": "../jest-util"}, {"path": "../jest-validate"}, {"path": "../jest-watcher"}, + {"path": "../pretty-format"}, {"path": "../test-utils"} ] } diff --git a/yarn.lock b/yarn.lock index 5cfa83389fe0..d11b8f194ba9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2530,6 +2530,7 @@ __metadata: jest-validate: ^27.5.1 jest-watcher: ^27.5.1 micromatch: ^4.0.4 + pretty-format: ^27.5.1 rimraf: ^3.0.0 slash: ^3.0.0 strip-ansi: ^6.0.0