diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index fed06d4f0b5f..85b7aa04dcdf 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -42,7 +42,8 @@ "jest-util": "^27.3.1", "jest-validate": "^27.3.1", "micromatch": "^4.0.4", - "pretty-format": "^27.3.1" + "pretty-format": "^27.3.1", + "slash": "^3.0.0" }, "devDependencies": { "@types/babel__core": "^7.0.4", diff --git a/yarn.lock b/yarn.lock index 39519c873823..0b9ba8e39953 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12658,6 +12658,7 @@ fsevents@^1.2.7: micromatch: ^4.0.4 pretty-format: ^27.3.1 semver: ^7.3.5 + slash: ^3.0.0 strip-ansi: ^6.0.0 ts-node: ^9.0.0 typescript: ^4.0.3