Skip to content

Latest commit

History

History
21 lines (16 loc) 路 394 Bytes

nasty-ants-bake.md

File metadata and controls

21 lines (16 loc) 路 394 Bytes
skuba
minor

deps: Jest 29

This major release includes breaking changes. See the announcement post for more information.

The collectCoverageOnlyFrom configuration option has been removed, and the default snapshot format has been simplified:

- Expected: \\"a\\"
+ Expected: "a"

- Object {
-   Array []
- }
+ {
+   []
+ }