* Inline snapshot matcher for a Redbox that's collapsed by default. * When a Redbox is immediately displayed, * use {@link toDisplayRedbox} instead. * * If the project root appears in the snapshot, pass in the `NextInstance` * as well to normalize the snapshot e.g.
(
inlineSnapshot?: string,
opts?: ErrorSnapshotOptions
)
| 63 | * @param inlineSnapshot - The snapshot to compare against. |
| 64 | */ |
| 65 | toDisplayCollapsedRedbox( |
| 66 | inlineSnapshot?: string, |
| 67 | opts?: ErrorSnapshotOptions |
| 68 | ): Promise<void> |
no outgoing calls
no test coverage detected