Skip to content

Commit

Permalink
chore: upgrade @types/jest (jestjs#7901)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Feb 14, 2019
1 parent 06c2567 commit d5bfd43
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/babel__core": "^7.0.0",
"@types/babel__generator": "^7.0.0",
"@types/babel__template": "^7.0.0",
"@types/jest": "^24.0.0",
"@types/jest": "^24.0.4",
"@typescript-eslint/eslint-plugin": "^1.3.0",
"@typescript-eslint/parser": "^1.3.0",
"ansi-regex": "^4.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/pretty-format/src/__tests__/setPrettyPrint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const setPrettyPrint = (plugins: Plugins) => {
`Received:\n` +
` ${this.utils.printReceived(prettyFormatted)}`
: () => {
// @ts-ignore: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/32891
const diffString = this.utils.diff(expected, prettyFormatted, {
expand: this.expand,
});
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1630,10 +1630,17 @@
"@types/istanbul-lib-coverage" "*"
source-map "^0.6.1"

"@types/jest@^24.0.0":
version "24.0.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.0.tgz#848492026c327b3548d92be0352a545c36a21e8a"
integrity sha512-kOafJnUTnMd7/OfEO/x3I47EHswNjn+dbz9qk3mtonr1RvKT+1FGVxnxAx08I9K8Tl7j9hpoJRE7OCf+t10fng==
"@types/jest-diff@*":
version "20.0.1"
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==

"@types/jest@^24.0.0", "@types/jest@^24.0.4":
version "24.0.4"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.4.tgz#9e91eeebd464536a2f57043fb50da29a91d1271d"
integrity sha512-7PbnoOkfxpvmPehi8hf/JapEc3nwQi2hOs3cB5SsiBiPcniT0ejrbjjEIY4bPsXlEYFuS/RiN/jpA6hrcbOokA==
dependencies:
"@types/jest-diff" "*"

"@types/jsdom@^11.12.0":
version "11.12.0"
Expand Down

0 comments on commit d5bfd43

Please sign in to comment.