We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136da6a commit 164621fCopy full SHA for 164621f
1 file changed
src/formatters/SnapshotFormatter.ts
@@ -20,7 +20,7 @@ export class SnapshotFormatter {
20
21
// Top-level content of the snapshot.
22
if (
23
- this.#snapshot.verbose &&
+ !this.#snapshot.verbose &&
24
this.#snapshot.hasSelectedElement &&
25
!this.#snapshot.selectedElementUid
26
) {
0 commit comments