Skip to content

Commit 164621f

Browse files
committed
fix: note about missing elements should not show in verbose mode
1 parent 136da6a commit 164621f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/formatters/SnapshotFormatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class SnapshotFormatter {
2020

2121
// Top-level content of the snapshot.
2222
if (
23-
this.#snapshot.verbose &&
23+
!this.#snapshot.verbose &&
2424
this.#snapshot.hasSelectedElement &&
2525
!this.#snapshot.selectedElementUid
2626
) {

0 commit comments

Comments
 (0)