* Inline snapshot matcher for a Redbox that's popped up by default. * When a Redbox is hidden at first and requires manual display by clicking the toast, * use {@link toDisplayCollapsedRedbox} instead. * * * If the project root appears in the snapshot, pass in the
(
inlineSnapshot?: string,
opts?: ErrorSnapshotOptions
)
| 40 | * @param inlineSnapshot - The snapshot to compare against. |
| 41 | */ |
| 42 | toDisplayRedbox( |
| 43 | inlineSnapshot?: string, |
| 44 | opts?: ErrorSnapshotOptions |
| 45 | ): Promise<void> |
no outgoing calls
no test coverage detected