Skip to content

Commit 5fa882b

Browse files
authored
test: add util_inspect_error snapshot fixture
1 parent 46c7cef commit 5fa882b

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{ err:
2+
Error: foo
3+
bar
4+
at *util_inspect_error*
5+
at *
6+
at *
7+
at *
8+
at *
9+
at *
10+
at *
11+
at *
12+
nested:
13+
{ err:
14+
Error: foo
15+
bar
16+
at *util_inspect_error*
17+
at *
18+
at *
19+
at *
20+
at *
21+
at *
22+
at *
23+
at * } }
24+
{
25+
err: Error: foo
26+
bar
27+
at *util_inspect_error*
28+
at *
29+
at *
30+
at *
31+
at *
32+
at *
33+
at *
34+
at *,
35+
nested: {
36+
err: Error: foo
37+
bar
38+
at *util_inspect_error*
39+
at *
40+
at *
41+
at *
42+
at *
43+
at *
44+
at *
45+
at *
46+
}
47+
}
48+
Error: foo
49+
bar
50+
at *util_inspect_error*
51+
at *
52+
at *
53+
at *
54+
at *
55+
at *
56+
at *
57+
at * {
58+
foo: 'bar'
59+
}

0 commit comments

Comments
 (0)