()
| 344 | const count = matched === null ? 1 : Number(matched[1]); |
| 345 | |
| 346 | const message = () => |
| 347 | `${matcherHintFromConfig(config, false)}\n\n${printSnapshotName( |
| 348 | currentTestName, |
| 349 | hint, |
| 350 | count, |
| 351 | )}\n\n${printPropertiesAndReceived( |
| 352 | properties, |
| 353 | received, |
| 354 | snapshotState.expand, |
| 355 | )}`; |
| 356 | |
| 357 | return { |
| 358 | message, |
no test coverage detected