| 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 []
- }
+ {
+ []
+ }