Skip to content

Commit

Permalink
fix: add missing haste-map dep to jest-snapshot (#10008)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanem committed May 9, 2020
1 parent c776f87 commit 41e2856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@

- `[jest-jasmine2]` Stop adding `:` after an error that has no message ([#9990](https://github.com/facebook/jest/pull/9990))
- `[jest-diff]` Control no diff message color with `commonColor` in diff options ([#9997](https://github.com/facebook/jest/pull/9997))
- `[jest-snapshot]` Fix TypeScript compilation ([#10008](https://github.com/facebook/jest/pull/10008))

### Chore & Maintenance

Expand Down
2 changes: 1 addition & 1 deletion packages/jest-snapshot/package.json
Expand Up @@ -18,6 +18,7 @@
"graceful-fs": "^4.2.4",
"jest-diff": "^26.0.1",
"jest-get-type": "^26.0.0",
"jest-haste-map": "^26.0.1",
"jest-matcher-utils": "^26.0.1",
"jest-message-util": "^26.0.1",
"jest-resolve": "^26.0.1",
Expand All @@ -33,7 +34,6 @@
"@types/semver": "^7.1.0",
"ansi-regex": "^5.0.0",
"ansi-styles": "^4.2.0",
"jest-haste-map": "^26.0.1",
"prettier": "^1.19.1"
},
"engines": {
Expand Down

0 comments on commit 41e2856

Please sign in to comment.