Skip to content

Commit

Permalink
fix(jest-core): add missing pretty-format dep
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 9, 2022
1 parent 8791705 commit 2953433
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions packages/jest-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
{"path": "../jest-util"},
{"path": "../jest-validate"},
{"path": "../jest-watcher"},
{"path": "../pretty-format"},
{"path": "../test-utils"}
]
}
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2953433

Please sign in to comment.