Skip to content

Commit

Permalink
test(@sounisi5011/jest-binary-data-matchers): migrate from `pretty-fo…
Browse files Browse the repository at this point in the history
…rmat` to `jest-serializer-ansi-escapes` (#573)

* test(@sounisi5011/jest-binary-data-matchers): migrate from `pretty-format` to `jest-serializer-ansi-escapes`

    The `ConvertAnsi` plugin has been removed from `pretty-format` by [#13040]. The replacement is [`jest-serializer-ansi-escapes`].

    [#13040]: jestjs/jest#13040
    [`jest-serializer-ansi-escapes`]: https://github.com/mrazauskas/jest-serializer-ansi-escapes

* test(@sounisi5011/jest-binary-data-matchers): update snapshots
  • Loading branch information
sounisi5011 committed Jul 22, 2022
1 parent 28b190f commit 72ad589
Show file tree
Hide file tree
Showing 6 changed files with 18,267 additions and 18,264 deletions.
2 changes: 1 addition & 1 deletion packages/jest-matchers/binary-data/package.json
Expand Up @@ -65,7 +65,7 @@
"@types/node": "12.20.55",
"cross-env": "7.0.3",
"jest": "28.1.2",
"pretty-format": "28.1.1",
"jest-serializer-ansi-escapes": "2.0.1",
"typescript": "4.7.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 72ad589

Please sign in to comment.