Skip to content

Commit 372e3ac

Browse files
committed
Fixed snapshots.
1 parent 26a1ab9 commit 372e3ac

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

example/__snapshots__/index.spec.ts.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,19 @@ exports[`Example > Client > Should perform the request with a positive response
1717
{
1818
"features": [
1919
{
20-
"features": [],
2120
"title": "Above 180cm",
2221
},
2322
],
2423
"title": "Tall",
2524
},
2625
{
27-
"features": [],
2826
"title": "Young",
2927
},
3028
{
3129
"features": [
3230
{
3331
"features": [
3432
{
35-
"features": [],
3633
"title": "About Typescript",
3734
},
3835
],

example/index.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@ describe("Example", async () => {
111111
features: [
112112
{
113113
title: "Tall",
114-
features: [{ title: "Above 180cm", features: [] }],
114+
features: [{ title: "Above 180cm" }],
115115
},
116-
{ title: "Young", features: [] },
116+
{ title: "Young" },
117117
{
118118
title: "Cute",
119119
features: [
120120
{
121121
title: "Tells funny jokes",
122-
features: [{ title: "About Typescript", features: [] }],
122+
features: [{ title: "About Typescript" }],
123123
},
124124
],
125125
},

0 commit comments

Comments
 (0)