Skip to content

Commit db35c95

Browse files
committed
test: 💍 update snapshot
1 parent 51c4029 commit db35c95

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/value/__tests__/__snapshots__/ObjValue.spec.ts.snap

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
exports[`can print to string 1`] = `
44
"ObjValue
5-
└─ obj
6-
└─ "foo"
7-
└─ str"
5+
├─ obj
6+
│ └─ "foo"
7+
│ └─ str
8+
└─ {
9+
"foo": "bar"
10+
}"
811
`;

0 commit comments

Comments
 (0)